Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- 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."
- }
|