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
2020/08/17 19:24:35 [TRACE] eval: *terraform.EvalModuleCallArgument
2020/08/17 19:24:35 [ERROR] eval: *terraform.EvalOpFilter, err: Invalid resource instance data in state: Instance module.ecs-cluster.aws_default_security_group.default data could not be decoded from the state: unsupported attribute "timeouts".
2020/08/17 19:24:35 [ERROR] eval: *terraform.EvalSequence, err: Invalid resource instance data in state: Instance module.ecs-cluster.aws_default_security_group.default data could not be decoded from the state: unsupported attribute "timeouts".
2020/08/17 19:24:35 [TRACE] [walkValidate] Exiting eval tree: module.ecs-cluster.output.security-group-id
2020/08/17 19:24:35 [TRACE] eval: *terraform.EvalSequence
2020/08/17 19:24:35 [TRACE] vertex "module.ecs-cluster.output.security-group-id": visit complete
Expected Behavior
No error for on resource already created under 0.12.
Actual Behavior
Error: Invalid resource instance data in state
on .terraform/modules/ecs-cluster/ecs/ecs-cluster.tf line 26:
26: resource "aws_default_security_group" "default" {
Instance module.ecs-cluster.aws_default_security_group.default data could not
be decoded from the state: unsupported attribute "timeouts".
Steps to Reproduce
terraform init -reconfigure ( due to "failed to decode current backend config")
terraform get -update
terraform init
terraform plan -var-file dev.tfvars -out dev.plan
Additional Context
Was running 0.12 but had one error with an unhelpful response. As part of debugging that error I upgraded to 0.13. Went through the 0.13upgrade stuff. Was forced to reconfigure the backend (hopefully not having lost state ?!) then got this error.
What's the timeouts all about? Not declared or referenced in my module.
The text was updated successfully, but these errors were encountered:
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 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
2020/08/17 19:24:35 [TRACE] eval: *terraform.EvalModuleCallArgument
2020/08/17 19:24:35 [ERROR] eval: *terraform.EvalOpFilter, err: Invalid resource instance data in state: Instance module.ecs-cluster.aws_default_security_group.default data could not be decoded from the state: unsupported attribute "timeouts".
2020/08/17 19:24:35 [ERROR] eval: *terraform.EvalSequence, err: Invalid resource instance data in state: Instance module.ecs-cluster.aws_default_security_group.default data could not be decoded from the state: unsupported attribute "timeouts".
2020/08/17 19:24:35 [TRACE] [walkValidate] Exiting eval tree: module.ecs-cluster.output.security-group-id
2020/08/17 19:24:35 [TRACE] eval: *terraform.EvalSequence
2020/08/17 19:24:35 [TRACE] vertex "module.ecs-cluster.output.security-group-id": visit complete
Expected Behavior
No error for on resource already created under 0.12.
Actual Behavior
Error: Invalid resource instance data in state
on .terraform/modules/ecs-cluster/ecs/ecs-cluster.tf line 26:
26: resource "aws_default_security_group" "default" {
Instance module.ecs-cluster.aws_default_security_group.default data could not
be decoded from the state: unsupported attribute "timeouts".
Steps to Reproduce
terraform init -reconfigure ( due to "failed to decode current backend config")
terraform get -update
terraform init
terraform plan -var-file dev.tfvars -out dev.plan
Additional Context
Was running 0.12 but had one error with an unhelpful response. As part of debugging that error I upgraded to 0.13. Went through the 0.13upgrade stuff. Was forced to reconfigure the backend (hopefully not having lost state ?!) then got this error.
What's the timeouts all about? Not declared or referenced in my module.
The text was updated successfully, but these errors were encountered: