Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Versions
terraform: 1.9.5
azure provider: 3.107.0
module: 6.1.0
Description
Describe the bug
When:
using the version of the module 6.1.0 and pinning the azurerm provider "~> 3.107.0"
Updating a virtual network DNS to set the private IP of the Azure firewall
╷
│ Error: ID was missing the `networkSecurityGroups` element
│
│ with azurerm_virtual_network.some_network["test"],
│ on main.tf line 132, in resource "azurerm_virtual_network" "some_network":
│ 132: resource "azurerm_virtual_network" "some_network" {
│
╵
Community Note
Versions
terraform: 1.9.5
azure provider: 3.107.0
module: 6.1.0
Description
Describe the bug
When:
This bug has been reported in the azurerm provider https://github.com/hashicorp/terraform-provider-azurerm/issues/26276#issue-2342071482
Therefore I propose to set the minimum version of the module to 3.108.0
From terraform.tf
Steps to Reproduce
Screenshots
Additional context