Skip to content

Add versioning support to Terraform backend

Tiger Watson requested to merge 207347-add-terraform-state-versioning into master

What does this MR do?

Creates a new terraform_state_versions table to store a separate file every time a Terraform state is updated, instead of overwriting the same file each time.

Existing Terraform states are unchanged and will need to be migrated at a later date, at which point we can remove the (now duplicated) file and file_store columns on terraform_states.

This is currently invisible to the user (there is no way to access previous versions), a future merge request(s) will expose these via API and UI.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

#207347 (closed)

Edited by Tiger Watson

Merge request reports