Error: Provider produced inconsistent final plan for ECS

‘Error: Provider produced inconsistent final plan’
When expanding the plan for aws_ecs_service.test_service[0] to include new values learned so far during apply, provider ‘“Terraform Registry” 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.

I’m getting the above error from my ECS Service when I’ve upgraded my aws provider version from 3.57.0 to 3.68.0. Can any of you let me know if I need to change anything??