caltechads / deployfish

Manage your whole application lifecycle in Amazon AWS ECS.
http://deployfish.readthedocs.io
Other
90 stars 20 forks source link

Terraform Workspaces #13

Open ghost opened 6 years ago

ghost commented 6 years ago

We use Terraform workspaces and substates and need to be able to reference state buckets like

s3://tfstate-useast1/a-state/env:/production/terraform.tfstate

When I try and do that now get an error message saying the bucket name does not match the regex.

It would also be nice if we could use variables in the statefile parameter like s3://tfstate-useast1/a-state/env:/{environment}/terraform.tfstate

Can you consider this as an enhancement?

cmalek commented 6 years ago

Yes, that sounds like a great enhancement.