Skip to content

Commit

Permalink
Remove unused subnet configuration from azurerm_virtual_network resou…
Browse files Browse the repository at this point in the history
…rce in main.tf
  • Loading branch information
martinyy108 committed Nov 23, 2024
1 parent e12fcfa commit 5f50139
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ resource "azurerm_virtual_network" "example" {
#security_group = azurerm_network_security_group.example.id
}

subnet {
name = "waf-subnet"
address_prefixes = ["10.0.7.0/24"]
#security_group = azurerm_network_security_group.example.id
}


tags = {
environment = "Production"
Expand Down

0 comments on commit 5f50139

Please sign in to comment.