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
ee32f4f6
Commit
ee32f4f6
authored
Feb 21, 2022
by
cs-ic
Committed by
Achilleas Pipinellis
Feb 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarifying Namespace in Terraform Module Registry
parent
7aa93098
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/user/packages/terraform_module_registry/index.md
doc/user/packages/terraform_module_registry/index.md
+3
-1
No files found.
doc/user/packages/terraform_module_registry/index.md
View file @
ee32f4f6
...
@@ -93,7 +93,7 @@ credentials "gitlab.com" {
...
@@ -93,7 +93,7 @@ credentials "gitlab.com" {
Where
`gitlab.com`
can be replaced with the hostname of your self-managed GitLab instance.
Where
`gitlab.com`
can be replaced with the hostname of your self-managed GitLab instance.
You can then refer
ence
your Terraform Module from a downstream Terraform project:
You can then refer
to
your Terraform Module from a downstream Terraform project:
```
plaintext
```
plaintext
module "<module>" {
module "<module>" {
...
@@ -101,6 +101,8 @@ module "<module>" {
...
@@ -101,6 +101,8 @@ module "<module>" {
}
}
```
```
Where
`<namespace>`
is the
[
namespace
](
../../../user/group/index.md#namespaces
)
of the Terraform module registry.
## Publish a Terraform module by using CI/CD
## Publish a Terraform module by using CI/CD
To work with Terraform modules in
[
GitLab CI/CD
](
../../../ci/index.md
)
, you can use
To work with Terraform modules in
[
GitLab CI/CD
](
../../../ci/index.md
)
, you can use
...
...
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