ECS Service Incorrectly Marked as Changed if it has a Placement Strategy #1169
Labels
bug
Addresses a defect in current functionality.
service/ecs
Issues and PRs that pertain to the ecs service.
Terraform Version
v0.9.11
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
There was no change to the service definition, so
terraform plan
should have said there were no changes to apply.Actual Behavior
Terraform thinks the
placement_strategy
has changed even though it did not. And re-creates the service on every apply. The only workaround I have found for this is removing theplacement_strategy
Steps to Reproduce
aws_ecs_service
with the placement strategy shown in the above code and apply it.terraform plan
again and it will show the service as changed.References
The text was updated successfully, but these errors were encountered: