Skip to content

Commit

Permalink
Update syntax for address_prefix (#7605)
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiac403 committed Jul 7, 2020
1 parent 606516a commit 8e5a33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/container-instance/network-profile/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "azurerm_subnet" "example" {
name = "${var.prefix}subnet"
resource_group_name = azurerm_resource_group.example.name
virtual_network_name = azurerm_virtual_network.example.name
address_prefixes = ["10.1.0.0/24"]
address_prefix = "10.1.0.0/24"

delegation {
name = "delegation"
Expand Down

0 comments on commit 8e5a33c

Please sign in to comment.