Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
007f3b17
Commit
007f3b17
authored
Dec 01, 2021
by
Bishop
Committed by
Marcin Sedlak-Jakubowski
Dec 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc corrections in terraform_state.html
parent
63f41d6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/infrastructure/iac/terraform_state.md
doc/user/infrastructure/iac/terraform_state.md
+4
-4
No files found.
doc/user/infrastructure/iac/terraform_state.md
View file @
007f3b17
...
...
@@ -17,7 +17,7 @@ to securely store the state files in local storage (the default) or
WARNING:
Using local storage (the default) on clustered deployments of GitLab will result in
a split state across nodes, making subsequent executions of Terraform inconsistent.
You are highly advised to use a remote storage in that case.
You are highly advised to use a remote storage
resource
in that case.
The GitLab managed Terraform state backend can store your Terraform state easily and
securely, and spares you from setting up additional remote resources like
...
...
@@ -28,7 +28,7 @@ Amazon S3 or Google Cloud Storage. Its features include:
-
Locking and unlocking state.
-
Remote Terraform plan and apply execution.
A GitLab
**administrator**
must
[
setup the Terraform state storage configuration
](
../../../administration/terraform_state.md
)
A GitLab
**administrator**
must
[
set
up the Terraform state storage configuration
](
../../../administration/terraform_state.md
)
before using this feature.
## Permissions for using Terraform
...
...
@@ -89,7 +89,7 @@ local machine, this is a simple way to get started:
```
If you already have a GitLab-managed Terraform state, you can use the
`terraform init`
command
with the prepopulated parameters values:
with the pre
-
populated parameters values:
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Infrastructure > Terraform**
.
...
...
@@ -300,7 +300,7 @@ any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
re
-
run this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment