atst/terraform/modules/vpc/outputs.tf
Rob Gil 955a1c483b 169163334 - Initial VPC TF and structure
169163334 - Make supernet configurable

169163334 - Makes DNS servers configurable

169163334 - Adds bucket for state storage

169163334 - Adds k8s, keyvault, azuread provider

169163334 - Adds route tables

169163334 - Adds route table associations

169163334 - Adds default routes to route tables and fixes route table association flapping
2019-12-16 09:12:24 -05:00

4 lines
99 B
HCL

output "subnets" {
value = azurerm_subnet.subnet["private"].id #FIXME - output should be a map
}