terraform-azurerm-avm-res-network-applicationgateway

Azure Application Gateway serves as a web traffic load balancer, allowing you to efficiently handle traffic for your web applications. This Terraform module is designed for the rapid creation of an Application Gateway that includes various customizable features.

MIT License

Stars
3

Bot releases are visible (Hide)

terraform-azurerm-avm-res-network-applicationgateway - v0.1.0 Latest Release

Published by mofaizal about 2 months ago

Azure Application Gateway is a load balancer that enables you to manage and optimize the traffic to your web applications. When using Terraform to deploy Azure resources, you can make use of a Terraform module to define and configure the Azure Application Gateway. Here is a summary page about using an Azure Application Gateway Terraform module:

  • Simple HTTP Application Gateway
  • Application Gateway Internal
  • Web Application Firewall (WAF)
  • Application Gateway with Self-Signed SSL (HTTPS)
  • Application Gateway with SSL with Azure Key Vault
  • Application Gateway monitors the health probes

On top this the code cater to configure well architected framework and Azure Proactive Resiliency recommendations |https://azure.github.io/Azure-Proactive-Resiliency-Library-v2/azure-resources/Network/applicationGateways/.

What's Changed

New Contributors

Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgateway/commits/v0.1.0

Related Projects