Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmithcloud authored Dec 5, 2021
1 parent 50c029e commit 5ee93d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "container-subnet-id" {
value = azurerm_subnet.container-subnet.subnet_id
value = azurerm_subnet.container-subnet.id
}

output "relay-subnet-id" {
value = azurerm_subnet.relay-subnet.subnet_id
value = azurerm_subnet.relay-subnet.id
}

0 comments on commit 5ee93d4

Please sign in to comment.