I see that you can define a Azure Logic App with terraform:
I even see that there are resources for triggers and actions. But I don’t see any examples for triggers other than “recurrence” and actions other than the default webhook.
I found this January 2019 article suggesting that you can’t really use terraform to define a full fledges Logic App workflow - that only the default triggers and actions are supported.
But I can’t find any other documentation.
Can anyone confirm that you can or cannot use terraform to fully define a Logic App workflow?
For reference, what I’m trying to accomplish is using the SSH-SFTP trigger to trigger a webhook performing and HTTP POST of the file being transferred. I was able to do this in the azure web console, but don’t know how to encode this in terraform - and can’t really find any good examples.
Thanks in advance!