Optum / dce-cli

Disposable Cloud Environment CLI
Apache License 2.0
37 stars 19 forks source link

Use SDK to create TF backend #17

Closed eschwartz closed 4 years ago

eschwartz commented 4 years ago

Creating a TF backend using terraform is a bit of inception -- ie, where does the tfstate for that backend-creation module live?

It's not really necessary to use TF for the backend creation, as we're not really maintaining state for the backend itself. It would be more straightforward to just use the AWS SDK for golang to create the backend resources

nathanagood commented 4 years ago

Now using local TF state by default (see issue #52 ), so this has become a non-issue.