Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- output "subnet_rtb_ids" {
- value = azurerm_subnet_route_table_association.azsub_rtb_link[*].id
- description = "List of association ids of subnet and route table."
- }
- output "subnet_natgw_ids" {
- value = azurerm_subnet_nat_gateway_association.azsub_natgw_link[*].id
- description = "List of association ids of subnet and nat gateway."
- }
|