-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure web app deployment #11154
Comments
While the purist may reject this at is not strictly "infrastructure" the app service plan, app service environment and the various flavours of app service in azure represent platform-as-a-service that would be ideally supported by terraform as it feels like a seamless fit to be able to configure more of the services that make up a cloud environment. Can anyone indicate if this might be looked at? Or is the advice to use azurerm_template_deployment resource? |
I have created some code that allow you to deploy Azure Web apps with terraform. The pull request is here #12001. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi there,
For a new project I need to depoy Azure web apps (https://azure.microsoft.com/en-us/services/app-service/web/?b=16.52).
It looks like the azurerm provisioner has no resources to do this. Would it be hard to add this functionality?
The text was updated successfully, but these errors were encountered: