-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update the azurerm version contraint from 4.0 to 5.0 #82
Conversation
@JamesDLD - will you be able to run pre-commit and pr-check as per https://azure.github.io/Azure-Verified-Modules/contributing/terraform/terraform-contribution-flow/#41-run-pre-commit-and-pr-check to update the documentation? |
Hi @JamesDLD - the linting test is failing because of the change of address_prefix to address_prefixes in azurerm 4.0 and above, for subnet declaration under resource "azurerm_virtual_network" Before azurerm 4.0 , for example in 3.116.0 https://registry.terraform.io/providers/hashicorp/azurerm/3.116.0/docs/resources/virtual_network , In azurerm 4.0 - https://registry.terraform.io/providers/hashicorp/azurerm/4.0.0/docs/resources/virtual_network To pass the linting test, are you able to modify main.tf in the examples/default folder to use something like
|
Hi @chianw Yes, I got it! Will update my PR soon, I had to review the avm script to make it work in my context:
By the way, on which repo can I propose an update of the avm script ? |
HI @JamesDLD thanks. You can propose changes to the avm script at https://github.com/Azure/terraform-azurerm-avm-template |
Just did it here for info, thanks |
Hi @chianw any chance to have a new git tag including this release? |
Hi @JamesDLD - thanks I just published a new release https://github.com/Azure/terraform-azurerm-avm-res-network-privatednszone/releases/tag/v0.2.2 |
Description
Type of Change
Checklist