Skip to content

Commit 933de2b

Browse files
committed
tweak header
1 parent aa60c1a commit 933de2b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

website/data/cloud-docs-nav-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"title": "Publishing Private Modules",
394394
"path": "registry/publish-modules"
395395
},
396-
{ "title": "Manage Module Versions", "path": "registry/manage-module-versions" },
396+
{ "title": "Deprecate Module Versions", "path": "registry/manage-module-versions" },
397397
{
398398
"title": "Test-Integrated Modules",
399399
"path": "registry/test"

website/docs/cloud-docs/api-docs/private-registry/manage-module-versions.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ description: |-
3939
# Manage module version API
4040
Deprecating a module version in your organization’s private registry adds warnings to the module's registry page and warnings in the run outputs of any users of that version.
4141

42-
@import "partials/tfc-package-callouts/manage-module-version.mdx"
42+
<!-- BEGIN: TFC:only name:pnp-callout -->
43+
@include "tfc-package-callouts/manage-module-version.mdx"
44+
<!-- END: TFC:only name:pnp-callout -->
4345

4446
Once you have deprecated a module version, you can revert its deprecation to remove the warnings from that version. For more details on module deprecation, refer to [Deprecate module versions](/terraform/cloud-docs/registry/deprecate-module-versions).
4547

website/docs/cloud-docs/registry/manage-module-versions.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ description: >-
77
# Deprecate module versions
88
Deprecating a module version in your organization’s private registry adds warnings to the module's registry page and warnings in the run outputs of any users of that version. Once you have deprecated a module version, you can revert it back to remove the warnings from that version.
99

10-
@import "partials/tfc-package-callouts/manage-module-version.mdx"
10+
<!-- BEGIN: TFC:only name:pnp-callout -->
11+
@include "tfc-package-callouts/manage-module-version.mdx"
12+
<!-- END: TFC:only name:pnp-callout -->
1113

1214
Module deprecation is not available for users on legacy HCP Terraform team plans. Learn more about [migrating to current HCP Terraform plan](/terraform/cloud-docs/overview/migrate-teams-standard).
1315

1416
## Background
1517
Deprecating a module version allows platform teams and module authors to mark the end-of-life of specific private module versions. Deprecating a module version signifies to users that the version is temporarily maintained and available, but not recommended.
1618

17-
~> Note: The ability to deprecate module versions is in public beta. All APIs and workflows are subject to change.
19+
~> **Note**: The ability to deprecate module versions is in public beta. All APIs and workflows are subject to change.
1820

1921
You can deprecate a private module version to warn existing users to upgrade that version in their configuration. The private registry also denotes which module versions are deprecated, alerting new consumers that they should use a non-deprecated version instead.
2022

0 commit comments

Comments
 (0)