Created
January 11, 2023 21:53
-
-
Save rnemeth90/914e4afb84aea9ca143e062d21a2bd70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 96, in resource "azurerm_route_table" "route_tables": | |
│ 96: address_prefix = each.value.address_prefix | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "address_prefix". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 96, in resource "azurerm_route_table" "route_tables": | |
│ 96: address_prefix = each.value.address_prefix | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "address_prefix". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 96, in resource "azurerm_route_table" "route_tables": | |
│ 96: address_prefix = each.value.address_prefix | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "address_prefix". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 97, in resource "azurerm_route_table" "route_tables": | |
│ 97: next_hop_type = each.value.next_hop_type | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "next_hop_type". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 97, in resource "azurerm_route_table" "route_tables": | |
│ 97: next_hop_type = each.value.next_hop_type | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "next_hop_type". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 97, in resource "azurerm_route_table" "route_tables": | |
│ 97: next_hop_type = each.value.next_hop_type | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "next_hop_type". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 98, in resource "azurerm_route_table" "route_tables": | |
│ 98: next_hop_in_ip_address = each.value.next_hop_in_ip_address | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "next_hop_in_ip_address". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 98, in resource "azurerm_route_table" "route_tables": | |
│ 98: next_hop_in_ip_address = each.value.next_hop_in_ip_address | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "next_hop_in_ip_address". | |
╵ | |
╷ | |
│ Error: Unsupported attribute | |
│ | |
│ on main.tf line 98, in resource "azurerm_route_table" "route_tables": | |
│ 98: next_hop_in_ip_address = each.value.next_hop_in_ip_address | |
│ ├──────────────── | |
│ │ each.value is object with 2 attributes | |
│ | |
│ This object does not have an attribute named "next_hop_in_ip_address". | |
╵ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment