Commit 211062fa authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'hchouraria-doc-terraform-state-storage' into 'master'

Improvements to terraform state storage setup

See merge request gitlab-org/gitlab!53245
parents 563886a6 fc5eda85
...@@ -18,6 +18,8 @@ The storage location of these files defaults to: ...@@ -18,6 +18,8 @@ The storage location of these files defaults to:
These locations can be configured using the options described below. These locations can be configured using the options described below.
Use [external object storage](https://docs.gitlab.com/charts/advanced/external-object-storage/#lfs-artifacts-uploads-packages-external-diffs-pseudonymizer-terraform-state-dependency-proxy) configuration for [GitLab Helm chart](https://docs.gitlab.com/charts/) installations.
## Using local storage ## Using local storage
The default configuration uses local storage. To change the location where The default configuration uses local storage. To change the location where
......
...@@ -16,14 +16,16 @@ to securely store the state files in local storage (the default) or ...@@ -16,14 +16,16 @@ to securely store the state files in local storage (the default) or
The GitLab managed Terraform state backend can store your Terraform state easily and The GitLab managed Terraform state backend can store your Terraform state easily and
securely, and spares you from setting up additional remote resources like securely, and spares you from setting up additional remote resources like
Amazon S3 or Google Cloud Storage. After the GitLab administrator Amazon S3 or Google Cloud Storage. Its features include:
[sets it up](../../administration/terraform_state.md), its features include:
- Versioning of Terraform state files. - Versioning of Terraform state files.
- Supporting encryption of the state file both in transit and at rest. - Supporting encryption of the state file both in transit and at rest.
- Locking and unlocking state. - Locking and unlocking state.
- Remote Terraform plan and apply execution. - Remote Terraform plan and apply execution.
A GitLab **administrator** must [setup the Terraform state storage configuration](../../administration/terraform_state.md)
before using this feature.
## Permissions for using Terraform ## Permissions for using Terraform
In GitLab version 13.1, [Maintainer access](../permissions.md) was required to use a In GitLab version 13.1, [Maintainer access](../permissions.md) was required to use a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment