You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just upgraded Terraform from 0.12.28 to 0.13.30. On a plan-apply, previously working items seem to fail in reading attributes from the state file (remote, Azure blob storage).
I've downgraded again to 0.12.28 and the plan-apply works perfectly.
Thanks. Output from plan-apply below.
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.sql_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.vm_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.hub_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.dmz_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
The text was updated successfully, but these errors were encountered:
alisdair
added
explained
a Terraform Core team member has described the root cause of this issue in code
fixed
and removed
new
new issue not yet triaged
labels
Aug 20, 2020
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked as resolved and limited conversation to collaborators
Oct 11, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugexplaineda Terraform Core team member has described the root cause of this issue in code
Hello,
Just upgraded Terraform from 0.12.28 to 0.13.30. On a plan-apply, previously working items seem to fail in reading attributes from the state file (remote, Azure blob storage).
I've downgraded again to 0.12.28 and the plan-apply works perfectly.
Thanks. Output from plan-apply below.
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-kv/key_vault.tf line 105:
105: resource "azurerm_key_vault" "object" {
Instance module.kv.azurerm_key_vault.object data could not be decoded from the
state: unsupported attribute "sku".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.sql_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.vm_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.hub_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
Error: Invalid resource instance data in state
on ../../../../../terraform/azr-vnet/vnet/subnet.tf line 47:
47: resource "azurerm_subnet" "object" {
Instance module.hub_and_spoke.module.dmz_vnet.azurerm_subnet.object data could
not be decoded from the state: unsupported attribute "ip_configurations".
The text was updated successfully, but these errors were encountered: