turnerlabs / terraform-ecs-fargate

A Terraform template used for provisioning web application stacks on AWS ECS Fargate
Apache License 2.0
425 stars 158 forks source link

always checkin .tfstate from base #21

Closed shivpatel closed 6 years ago

shivpatel commented 6 years ago

Note: I am assuming this is the repo and .gitignore file that is used during fargate create/migrate.

jritsema commented 6 years ago

So the .gitignore file in this repo never gets copied to the target when using fargate-create or the migration tool. The .gitignore in this repo is mainly so that those developing it directly don't accidentally check in their local state. Does that make sense?

shivpatel commented 6 years ago

Ah gotcha. But even for those developing it directly, we still want to commit our base .tfstate file in git since it is not synced in S3 like the env states?

shivpatel commented 6 years ago

Closing. Issue is not related to Fargate tools but rather a conflict with default GitHub Terraform .gitignore.