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
Terraform consistently wants to replace an ECS task definition, although no changes were made to the task definition. This pollutes our Terraform plans.
There is a known issue affecting ECS task definitions with mount points, which could be the cause. There are also a handful of workarounds in the same GitHub issue but I haven't had time to test any of them.
Steps to reproduce:
terraform plan in any workspace containing a Secoda installation
The text was updated successfully, but these errors were encountered:
Terraform consistently wants to replace an ECS task definition, although no changes were made to the task definition. This pollutes our Terraform plans.
There is a known issue affecting ECS task definitions with mount points, which could be the cause. There are also a handful of workarounds in the same GitHub issue but I haven't had time to test any of them.
Steps to reproduce:
terraform plan
in any workspace containing a Secoda installationThe text was updated successfully, but these errors were encountered: