AWS ECS service propagate_tags without destroy & recreate #23581
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ecs
Issues and PRs that pertain to the ecs service.
Milestone
Community Note
Description
Currently, changing the value of aws_ecs_service.propagate_tags triggers a destroy & recreate of the entire service. It looks like there is now a way to update this value through the UpdateService API
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html#API_UpdateService_RequestSyntax
Would it be possible to make it so that propagate_tags can be changed in terraform without destroy & recreate?
New or Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: