Skip to content
代码片段 群组 项目
提交 ee32f4f6 编辑于 作者: cs-ic's avatar cs-ic 提交者: Achilleas Pipinellis
浏览文件

Clarifying Namespace in Terraform Module Registry

上级 7aa93098
No related branches found
No related tags found
无相关合并请求
......@@ -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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册