Skip to content

Commit 9d26c03

Browse files
committed
Small last adjustments
1 parent 933de2b commit 9d26c03

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
---
1+
---
22
page_title: Manage module versions - API Docs - HCP Terraform
33
description: |-
44
Use these module management endpoints to deprecate and revert the deprecation of module versions you published to an organization's private registry.
5-
5+
tfc_only: true
6+
---
67

78
[200]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200
89

@@ -36,19 +37,16 @@ description: |-
3637

3738
[JSON API error object]: https://jsonapi.org/format/#error-objects
3839

39-
# Manage module version API
40+
# Manage module versions API
4041
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.
4142

4243
<!-- BEGIN: TFC:only name:pnp-callout -->
43-
@include "tfc-package-callouts/manage-module-version.mdx"
44+
@include "tfc-package-callouts/manage-module-versions.mdx"
4445
<!-- END: TFC:only name:pnp-callout -->
4546

46-
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).
47-
48-
~> **Note**: The ability to deprecate module versions is in public beta. All APIs and workflows are subject to change.
49-
50-
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).
47+
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/manage-module-versions).
5148

49+
@include "public-beta/manage-module-versions.mdx"
5250

5351
## Deprecate a module version
5452

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
page_title: Deprecate module versions - Private Registry - HCP Terraform
33
description: >-
44
Learn how to deprecate a module version and revert a module version’s deprecation. Deprecating a module version allows you to warn users of that version’s end of life, enabling consumers to upgrade their modules when it’s convenient and without disrupting their workflows.
5+
tfc_only: true
56
---
67

78
# Deprecate module versions
89
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.
910

1011
<!-- BEGIN: TFC:only name:pnp-callout -->
11-
@include "tfc-package-callouts/manage-module-version.mdx"
12+
@include "tfc-package-callouts/manage-module-versions.mdx"
1213
<!-- END: TFC:only name:pnp-callout -->
1314

14-
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).
15+
You can also [deprecate module versions using the HCP Terraform API](/terraform/cloud-docs/api-docs/private-registry/manage-module-versions).
1516

1617
## Background
1718
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.
1819

19-
~> **Note**: The ability to deprecate module versions is in public beta. All APIs and workflows are subject to change.
20+
@include "public-beta/manage-module-versions.mdx"
2021

21-
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.
22+
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.
2223

2324
## Requirements
2425

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
~> **Note**: The ability to deprecate module versions is in public beta. All APIs and workflows are subject to change.

0 commit comments

Comments
 (0)