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

Add storage independent state versioning #18

Open
lu1as opened this issue Oct 31, 2022 · 0 comments
Open

Add storage independent state versioning #18

lu1as opened this issue Oct 31, 2022 · 0 comments

Comments

@lu1as
Copy link
Member

lu1as commented Oct 31, 2022

Terraform state files should be versioned to have a backup in case of Terraform issues or users pushing an incorrect state by accident. Currently we rely on the versioning features of the underlying storage, if available (e.g. S3 bucket versioning).

It would be nice to integrate an API endpoint for fetching older state versions and add an independent versioning which works for all storage backends, even if the storage itself doens't support it.

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

No branches or pull requests

1 participant