Skip to content

Commit

Permalink
Output container subnet ID
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Jul 18, 2023
1 parent 7f8224e commit 2d35ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/production/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ output "raw-data-redis-endpoint" {
)
}

output "container-subnet-id" {
description = "Subnet ID for the container subnet"
value = azurerm_subnet.raw-data-containers.id
}

0 comments on commit 2d35ac0

Please sign in to comment.