I can deploy logic App standard using terraform however i am unable to deploy or import the workflows inside logic App standard .. any help would be greatly appreciated
Thanks
I can deploy logic App standard using terraform however i am unable to deploy or import the workflows inside logic App standard .. any help would be greatly appreciated
Thanks
If you are facing issues while deploying your workflow, One of the workaround that you can try is to write an ARM template for the workflow and deploy ARM template to configure the workflow in the logic app.
If you are trying to deploy actions from terraform, Here is an example that you can refer to.
REFERENCES: