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

Feat/avm alignment and add missing parameters #77

Closed kewalaka closed 3 weeks ago

kewalaka commented 4 weeks ago

Description

This is a merge into version 0.2.0

Breaking changes

Other changes

I've checked these run to plan but need to complete E2E testing, sharing so that others can contribute.

-->

Type of Change

Checklist

kewalaka commented 3 weeks ago

Converted to a draft, I will add some examples to cover new functionality.

mofaizal commented 3 weeks ago

@kewalaka let me know when you done, I will test and merge the PR. Thanks for your help and support.

kewalaka commented 3 weeks ago

added a test for re-write - I see azapi has bumped to v2.0.1 within the examples and this does have some breaking changes. I've just tested a terraform apply of the re-write example and that works fine - so the others will probably be ok.

i'll remove the WIP label - its a bit of a pain to test each one individually so be good to let the CI do a run and I'll follow up on any breakages, noting this is only going into a feature branch anyway!

mofaizal commented 3 weeks ago

@kewalaka, Thanks for your time, did quick review and avm test also pass merged with version-0.2.0 branch, I will test all examples once again and push to main branch.