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
Error: Invalid resource instance data in state
on .terraform/modules/ec2/terraform-aws-ec2-instance-2.15.0/main.tf line 5:
5: resource "aws_instance" "this" {
Instance module.ec2.aws_instance.this[0] data could not be decoded from the
state: unsupported attribute "network_interface_id".
Resolution :
Use prior version of terraform, works with 1.29.0 :
Hi @julienpierini , I'm sorry you're experiencing this behavior.
This appears to be a duplicate of #25752, which has been fixed. The fix will be included in v0.13.1, which is not yet released but we expect to do so next week.
If you still have a problem after the next release, please open a new issue. Thank you!
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
bugduplicateissue closed because another issue already tracks this problem
Hi,
Since the new terraform version 0.13.0, I get an error on plan, destroy and apply.
I use the public module : https://github.com/terraform-aws-modules/terraform-aws-ec2-instance (version 2.0 and 2.15)
config used :
Error message :
Resolution :
Use prior version of terraform, works with 1.29.0 :
The text was updated successfully, but these errors were encountered: