I have a standard Logic App and within it I have a number of Liquid Maps:
I want to use a Terraform script to deploy the Logic App, including the Maps.
I found a good article giving some of the information here: https://azapril.dev/2021/04/12/deploying-a-logicapp-with-terraform/
However, it does not detail how to incorporate Maps in the deployment.
The issues that I am faced with are:
-
The ARM template generated from the Logic App does not seem to have any reference to the Liquid Maps, so this cannot be the way to import them using Terraform resource azurerm_template_deployment.
-
I cannot find any documentation in Terraform that wound indicate how to associate Maps with the Logic App.
Has anybody experience with this?