Skip to content

Commit

Permalink
Fixed the subnets in container-instance example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuzmenok committed Sep 1, 2022
1 parent 958198a commit 2f1a47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/container-instance/subnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "azurerm_container_group" "example" {
memory = "1.5"
}

subnets = [azurerm_subnet.example.id]
subnet_ids = [azurerm_subnet.example.id]

tags = {
environment = "testing"
Expand Down

0 comments on commit 2f1a47f

Please sign in to comment.