Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- 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."
- }
|