Error: removing Action Action: (Name "push-to-inbox" / Workflow Name "main-receive-as2-9kmnx4" / Resource Group "rg"): removing Action "push-to-inbox" from Logic App Workspace "main-receive-as2-9kmnx4" (Resource Group "rg"): logic.WorkflowsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="IntegrationAccountAssociationRequired" Message="The workflow must be associated with an integration account to use the workflow run action 'as2-decode' of type 'As2Decode'."
Expected Behaviour
Destroy should have destroyed the actions.
Actual Behaviour
Destroy did fail with the error message "IntegrationAccountAssociationRequired" although an integration account is associated with the workflow.
Is there an existing issue for this?
Community Note
Terraform Version
1.1.5
AzureRM Provider Version
3.2.0
Affected Resource(s)/Data Source(s)
azurerm_logic_app_workflow azurerm_logic_app_action_custom
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Destroy should have destroyed the actions.
Actual Behaviour
Destroy did fail with the error message "IntegrationAccountAssociationRequired" although an integration account is associated with the workflow.
Steps to Reproduce
terraform apply
terraform destroy
Important Factoids
No response
References
No response