hashicorp / terraform-aws-consul-ecs

Consul Service Mesh on AWS ECS (Elastic Container Service)
https://www.consul.io/docs/ecs
Mozilla Public License 2.0
52 stars 31 forks source link

GH-318 Fixes a perpetual drift in terraform when enable_transparent_proxy is false. #319

Open v-rosa opened 4 months ago

v-rosa commented 4 months ago

Changes proposed in this PR:

See https://github.com/hashicorp/terraform-aws-consul-ecs/issues/318

How I've tested this PR:

As below.

How I expect reviewers to test this PR:

Run tf apply and tf plan before the changes with enable_transparent_proxy set to false, so you can verify the perpetual drift.

Run a new plan with the proposed changes and verify that the drift is gone.

Checklist: