terraform-backend icon indicating copy to clipboard operation
terraform-backend copied to clipboard

Add storage independent state versioning

Open lu1as opened this issue 2 years ago • 0 comments

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.

lu1as avatar Oct 31 '22 19:10 lu1as