ECS service should be deployed, attached the capacity provider
Actual Behavior
fails to apply :(
Relevant Error/Panic Output Snippet
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for
│ aws_ecs_service.this to include new values
│ learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
│ produced an invalid new value for .capacity_provider_strategy: planned set
│ element cty.ObjectVal(map[string]cty.Value{"base":cty.NullVal(cty.Number),
│ "capacity_provider":cty.StringVal(""), "weight":cty.NullVal(cty.Number)})
│ does not correlate with any element in actual.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.9.5
AWS Provider Version
5.69.0
Affected Resource(s)
Expected Behavior
ECS service should be deployed, attached the capacity provider
Actual Behavior
fails to apply :(
Relevant Error/Panic Output Snippet
Terraform Configuration Files
example above has relevant code block
Steps to Reproduce
terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
looks similar to https://github.com/hashicorp/terraform-provider-aws/issues/37865
References
No response
Would you like to implement a fix?
None