We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7e73e commit cca65a3Copy full SHA for cca65a3
examples/custom-vnet/main.tf
@@ -41,9 +41,9 @@ resource "azurerm_virtual_network" "example" {
41
resource_group_name = azurerm_resource_group.example.name
42
43
subnet {
44
- name = "example-subnet"
45
- address_prefix = "10.0.0.0/16"
46
- security_group = azurerm_network_security_group.example.id
+ name = "example-subnet"
+ address_prefixes = ["10.0.0.0/16"]
+ security_group = azurerm_network_security_group.example.id
47
}
48
49
0 commit comments