Open
Description
Terraform and AWS Provider Version
Terraform v1.12.1
on linux_amd64
+ provider registry.terraform.io/hashicorp/aws v5.99.0
+ provider registry.terraform.io/hashicorp/random v3.7.2
Affected Resource(s) or Data Source(s)
- aws_ecs_service
Expected Behavior
changes to service connect configuration should be detected by terraform
Actual Behavior
changes are not detected
Relevant Error/Panic Output
Sample Terraform Configuration
I don't have readily available config to provide.
Steps to Reproduce
- Create an ECS service with service connect configuration defined
- verify in the console that it is present, or in some cases like mine terraform will successfully apply but the console shows service connect is turned off. if it is turned on, just manually disable it in the console
- run terraform plan, you'll see no changes
Debug Logging
GenAI / LLM Assisted Development
n/a
Important Facts and References
supposedly was solved here, but recent testing indicates it is not solved.
Would you like to implement a fix?
No