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.
 
 

10 satır
252 B

  1. output "ids" {
  2. value = azurerm_route_table.azrtb[*].id
  3. description = "List of route table ids."
  4. }
  5. output "subnets" {
  6. value = azurerm_route_table.azrtb[*].subnets
  7. description = "List of subnets associate to route table."
  8. }