[Bug] Logic App workflow should allow parameters to be any object (not just strings) #7241
Labels
enhancement
service/logic
upstream/terraform
This issue is blocked on an upstream issue within Terraform (Terraform Core/CLI, The Plugin SDK etc)
Milestone
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_logic_app_workflow
Terraform Configuration Files
There are items we cannot control, for which we need to have object type parameters.
Logic App definitions clearly allow objects to be passed as parameters:
Documentation: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language#parameters
Schema reference: https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#
Output
Expected Behavior
Allow objects to be passed as parameters in logic app workflows
Actual Behavior
Only string parameters are allowed in logic app workflows
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: