-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Feature Request: Azure Front Door #3186
Comments
I like the proposed breakout for it. At a glance it's similar to the load balancer which I like. The application gateway, which has everything in a single giant resource, is much less useful IMHO. |
Any news on this? Front Door integration is highly appreciated! |
Another thing to consider as part of this would be support for creating a Web Application Firewall as well. It is now generally available: https://azure.microsoft.com/en-us/updates/web-application-firewall-for-azure-front-door-service-available/. |
@adback03 looks like something is being included for that: |
This has been released in version 1.34.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.34.0"
}
# ... other configuration ... |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
Azure Front door has gone into GA:
https://azure.microsoft.com/en-gb/services/frontdoor/
https://azure.microsoft.com/en-gb/blog/azure-front-door-service-is-now-generally-available/
Would be really good to have this supported by the provider.
New or Affected Resource(s)
New resource of
Potential Terraform Configuration
There are probably resources you can merge together, not sure how these things are usually split out from terraforms perspective. This is basically based off the ARM script below.
References
The basic ARM example for Front Door:
https://github.com/Azure/azure-quickstart-templates/blob/master/101-front-door-create-basic/azuredeploy.json
The text was updated successfully, but these errors were encountered: