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
5afae671
Commit
5afae671
authored
Dec 21, 2020
by
Kristof Goossens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correcting the filename to .gitlab-ci.yml
parent
9cdd07bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/infrastructure/terraform_state.md
doc/user/infrastructure/terraform_state.md
+2
-2
No files found.
doc/user/infrastructure/terraform_state.md
View file @
5afae671
...
@@ -104,7 +104,7 @@ and the CI YAML file:
...
@@ -104,7 +104,7 @@ and the CI YAML file:
```
```
1.
In the root directory of your project repository, configure a
1.
In the root directory of your project repository, configure a
`.gitlab-ci.y
a
ml`
file. This example uses a pre-built image which includes a
`.gitlab-ci.yml`
file. This example uses a pre-built image which includes a
`gitlab-terraform`
helper. For supported Terraform versions, see the
[
GitLab
`gitlab-terraform`
helper. For supported Terraform versions, see the
[
GitLab
Terraform Images project
](
https://gitlab.com/gitlab-org/terraform-images
)
.
Terraform Images project
](
https://gitlab.com/gitlab-org/terraform-images
)
.
...
@@ -112,7 +112,7 @@ and the CI YAML file:
...
@@ -112,7 +112,7 @@ and the CI YAML file:
image
:
registry.gitlab.com/gitlab-org/terraform-images/stable:latest
image
:
registry.gitlab.com/gitlab-org/terraform-images/stable:latest
```
```
1.
In the
`.gitlab-ci.y
a
ml`
file, define some environment variables to ease
1.
In the
`.gitlab-ci.yml`
file, define some environment variables to ease
development. In this example,
`TF_ROOT`
is the directory where the Terraform
development. In this example,
`TF_ROOT`
is the directory where the Terraform
commands must be executed,
`TF_ADDRESS`
is the URL to the state on the GitLab
commands must be executed,
`TF_ADDRESS`
is the URL to the state on the GitLab
instance where this pipeline runs, and the final path segment in
`TF_ADDRESS`
instance where this pipeline runs, and the final path segment in
`TF_ADDRESS`
...
...
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