Commit a5835ae4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'cs-ic-master-patch-38847' into 'master'

Clarifying Namespace in Terraform Module Registry

See merge request gitlab-org/gitlab!80022
parents e845d48f ee32f4f6
......@@ -93,7 +93,7 @@ credentials "gitlab.com" {
Where `gitlab.com` can be replaced with the hostname of your self-managed GitLab instance.
You can then reference your Terraform Module from a downstream Terraform project:
You can then refer to your Terraform Module from a downstream Terraform project:
```plaintext
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
To work with Terraform modules in [GitLab CI/CD](../../../ci/index.md), you can use
......
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