You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
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
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform AWS Provider Version
3.20.0
Affected Resource(s)
aws_ecs_service
Terraform Configuration Files
Will be included in PR
Debug Output
Error: Error updating ECS Service (arn:aws:ecs:us-east-1::service/service): ClientException: The service registry could not be validated. Route 53 error: "ServiceNotFound."
Expected Behavior
The service should be destroyed and re-created
Actual Behavior
Terraform attempts to update the service in place and fails
Steps to Reproduce
terraform apply
Important Factoids
Updating existing services to configure service discovery for the first time or change the current configuration is not supported.
Community Note
Terraform CLI and Terraform AWS Provider Version
3.20.0
Affected Resource(s)
Terraform Configuration Files
Will be included in PR
Debug Output
Error: Error updating ECS Service (arn:aws:ecs:us-east-1::service/service): ClientException: The service registry could not be validated. Route 53 error: "ServiceNotFound."
Expected Behavior
The service should be destroyed and re-created
Actual Behavior
Terraform attempts to update the service in place and fails
Steps to Reproduce
terraform apply
Important Factoids
From Here
The text was updated successfully, but these errors were encountered: