Skip to content

Commit

Permalink
make cidr different for each env
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 15, 2024
1 parent 6970e7b commit 31a2e52
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions ops/terraform/modules/network/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ output "websubnet_id" {
description = "Id of websubnet in the network"
}

output "appsubnet_id" {
value = azurerm_subnet.app-subnet.id
description = "Id of appsubnet in the network"
}

output "dbsubnet_id" {
value = azurerm_subnet.db-subnet.id
description = "Id of dbsubnet in the network"
}
# output "dbsubnet_id" {
# value = azurerm_subnet.db-subnet.id
# description = "Id of dbsubnet in the network"
# }

output "lbsubnet_id" {
value = azurerm_subnet.lb-subnet.id
Expand Down

0 comments on commit 31a2e52

Please sign in to comment.