Skip to content

Instantly share code, notes, and snippets.

@rnemeth90
Created January 11, 2023 21:53
Show Gist options
  • Save rnemeth90/914e4afb84aea9ca143e062d21a2bd70 to your computer and use it in GitHub Desktop.
Save rnemeth90/914e4afb84aea9ca143e062d21a2bd70 to your computer and use it in GitHub Desktop.
│ 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