aws_ecs_service: enable_ecs_managed_tags doesn't apply on existing services #7973
Labels
bug
Addresses a defect in current functionality.
service/ecs
Issues and PRs that pertain to the ecs service.
Milestone
Community Note
Terraform Version
Terraform v0.11.2
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
When I toggle on
I expect that this feature is enabled and that this returns true:
Actual Behavior
Feature is not toggled on and every Terraform Plan reports that it will attempt to re-set it. It appears that this is an immutable property, as the UpdateService API does not support it (only CreateService does)
This suggests it ought to have the
ForceNew
flag enabled based on other similar properties.Steps to Reproduce
enable_ecs_managed_tags
turned offenable_ecs_managed_tags
Important Factoids
References
#6544
The text was updated successfully, but these errors were encountered: