Open raul-gherman-modaoperandi opened 2 months ago
Voting for Prioritization
Volunteering to Work on This Issue
having a similar problem with core v1.6.6 and provider 5.68
module.cluster-batch.module.launch_template["cluster-v1"].aws_launch_template.this: Modifying... [id=lt-YYYYYYYYY]
module.cluster-batch.module.launch_template["cluster-v1"].aws_launch_template.this: Modifications complete after 1s [id=lt-XXXXXXXXXXXX]
Error: Provider produced inconsistent final plan
When expanding the plan for
module.cluster-batch.aws_batch_compute_environment.this["cluster-v1"]
to include new values learned so far during apply, provider
"registry.terraform.io/hashicorp/aws" changed the planned action from Update
to DeleteThenCreate.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Error: Provider produced inconsistent final plan
@LucaIcaro 👋 It looks like your error is for aws_batch_compute_environment
, while this issue pertains to aws_cloudwatch_event_target
, and the error is slightly different. So that your report doesn't get lost, I'd recommend opening a new issue.
Terraform Core Version
1.9.5
AWS Provider Version
5.67
Affected Resource(s)
Expected Behavior
terraform apply runs to completion
Actual Behavior
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform init
terraform plan
terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None