Skip to content

v0.39.0

Compare
Choose a tag to compare
@cf-infra-bot cf-infra-bot released this 22 Mar 22:53
  • add additional attributes to avoid Terraform updating infrastructure unnecessarily
    • This includes the network_security_group_id property on the azurerm_subnet resource, which is deprecated. You will see the following warning, but it shouldn't cause any problems.
 $ terraform plan

Warning: module.infra.azurerm_subnet.infrastructure_subnet: "network_security_group_id": [DEPRECATED] Use the `azurerm_subnet_network_security_group_association` resource instead.



Warning: module.pas.azurerm_subnet.pas_subnet: "network_security_group_id": [DEPRECATED] Use the `azurerm_subnet_network_security_group_association` resource instead.



Warning: module.pas.azurerm_subnet.services_subnet: "network_security_group_id": [DEPRECATED] Use the `azurerm_subnet_network_security_group_association` resource instead.