Azure / 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
7 stars 6 forks source link

[AVM Module Issue]: Documentation bug in README and variables.tf #96

Open MinHeinA opened 2 hours ago

MinHeinA commented 2 hours ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

0.2.0

(Optional) Correlation Id

No response

Description

There are documentation errors in the following files below:

README.md Line no 193: Remove protocol as it is not required and its logic is decided in main.tf line no 319: name instead of private_name

variables.tf line no 117: Remove protocol as it is not required and its logic is decided in main.tf line no 309: name instead of private_name

mofaizal commented 2 hours ago

Thanks let me take look.