Terraform: Pull backup file of Gitlab state
Version Control Information
Source branch: sstrk/terraform-gitlab-backend-disaster-recovery-file
Target branch: devel
Commits:
* Terraform: Pull backup file of Gitlab state
A downside of the Gitlab backend is that a (malicious) user with
sufficient privileges may deletes the Terraform state from Gitlab (by
accident) which would cause havoc. Therefore, functionality has been
added which creates a local copy of the latest available state after
each Terraform action run.
This file is gitignored though to not having to track its changes in
git and to avoid confusion (as one configured HTTP as backend).
Operators may take additional actions to ensure availability in a
disaster scenario.
Description
Feel free to add further information about your MR in this section
Closes: #
Merge Prerequisites
-
MR title (and description) are descriptive -
Code is readable and syntactically correct -
Code is understandable -
Documentation has been updated, if necessary -
Commit messages look good -
Release note file added in latest commit
As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.