Skip to content

Commit 341dc2e

Browse files
Fixing a small detail in the monorepo modules enablement (#829)
The option is within the organization's settings not in the workspace's settings.
2 parents 0062f57 + 7aed7dd commit 341dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/registry/publish-modules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For example, you could use the following release tags in your Git repository:
5858

5959
Then, you could specify `app-` in the **Module Tag Prefix** field when configuring the settings for publishing modules in HCP Terraform or Terraform Enterprise. As a result, the platform selects the module tagged with `app-v1.0.0` and publishes `v1.0.0` to the registry. In this example, HCP Terraform or Terraform Enterprise would also publish version `v1.0.1` of the module when a new release in the repository is tagged with `app-v1.0.1`.
6060

61-
To change the default behavior, you can disable the **Publish modules to your private registry from a single repository** option in your workspace's general settings. When disabled, you should store the source code for each module in separate repositories, otherwise HCP Terraform and Terraform Enterprise may publish new versions of all modules in the repository each time you create a new release tag.
61+
To change the default behavior, you can disable the **Publish modules to your private registry from a single repository** option in your organization settings. When disabled, you should store the source code for each module in separate repositories, otherwise HCP Terraform and Terraform Enterprise may publish new versions of all modules in the repository each time you create a new release tag.
6262

6363
## Publish a new module
6464

0 commit comments

Comments
 (0)