Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use S3 backend for Terraform state #312

Open
bleggett opened this issue Aug 9, 2018 · 1 comment
Open

Use S3 backend for Terraform state #312

bleggett opened this issue Aug 9, 2018 · 1 comment

Comments

@bleggett
Copy link
Contributor

bleggett commented Aug 9, 2018

https://www.terraform.io/docs/backends/types/s3.html

We should look into storing the installer's Terraform state in an S3 bucket rather than in the on-disk terraform.tfstate file. This will make it harder for people to accidentally delete their state file and have to manually remove a Jazz install bit by bit.

@suryajak
Copy link
Contributor

suryajak commented Aug 9, 2018

Nice. We do this as part of our daily installer but as a post install step outside of terraform though. Knowing that this available natively within terraform will ease our customers post install actions
(upgrade/destroy) as well as simplify our daily installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants