25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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."
- }
|