Skip to content
5 changes: 3 additions & 2 deletions content/terraform-docs-common/data/cloud-docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"title": "Get started",
"href": "https://learn.hashicorp.com/collections/terraform/cloud-get-started?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
},
},
{
"title": "Migrate to HCP Terraform",
"path": "migrate"
Expand Down Expand Up @@ -792,6 +792,7 @@
{
"title": "Private registry",
"routes": [
{ "title": "GPG keys", "path": "api-docs/private-registry/gpg-keys" },
{ "title": "Modules", "path": "api-docs/private-registry/modules" },
{ "title": "Manage module versions", "path": "api-docs/private-registry/manage-module-versions" },
{
Expand All @@ -802,7 +803,7 @@
"title": "Private provider versions and platforms",
"path": "api-docs/private-registry/provider-versions-platforms"
},
{ "title": "GPG keys", "path": "api-docs/private-registry/gpg-keys" },
{ "title": "Stack component configurations", "path": "api-docs/private-registry/stack-component-configurations" },
{ "title": "Tests", "path": "api-docs/private-registry/tests" }
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ description: >-

Keep track of changes to the API for HCP Terraform and Terraform Enterprise.

<!-- BEGIN: TFC:only name:stacks-tfe -->

## 2025-12-18
* Document the new `/registry-components` endpoints that let you read, publish, update, and delete Stack component configurations in your organization's private registry. For more details, refer to the [Stack component configurations API reference](/terraform/cloud-docs/api-docs/private-registry/stack-component-configurations).

<!-- END: TFC:only name:stacks-tfe -->

## 2025-10-31
* Document API filtering parameters when [`listing projects`](/terraform/cloud-docs/api-docs/projects)

Expand Down
Loading
Loading