選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- output "ids" {
- value = azurerm_route_table.azrtb[*].id
- description = "List of route table ids."
- }
-
- output "subnets" {
- value = azurerm_route_table.azrtb[*].subnets
- description = "List of subnets associate to route table."
- }
|