Skip to content

Commit

Permalink
Fix admonition regarding component migration (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Dec 11, 2024
1 parent 04ddb88 commit 7983b3b
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docs/components/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,19 @@ sidebar_position: 0
sidebar_class_name: hidden
description: Library of Terraform Root Module Components
---
import Intro from '@site/src/components/Intro';
import DocCardList from '@theme/DocCardList';

<Intro>
This is a library of reusable Terraform "root module" components.
</Intro>
import Intro from "@site/src/components/Intro";
import DocCardList from "@theme/DocCardList";

<DocCardList/>
<Intro>This is a library of reusable Terraform "root module" components.</Intro>

:::info
## The Components In This Repository Have Moved!

We've migrated all the components to individual repositories under a [dedicated GitHub organization](https://github.com/cloudposse-terraform-components).
All future updates, contributions, and issues should be directed to the respective component repositories in the new organization.
<DocCardList />

[Learn more](/learn/maintenance/tutorials/how-to-update-components-yaml-to-new-organization/) how to migrate your components references to new repos.
:::
:::info

## Terraform Component GitHub Repository Has Moved!

The GitHub repository for Cloud Posse's Terraform components has migrated to a [dedicated GitHub organization](https://github.com/cloudposse-terraform-components). All documentation remains here, but all future updates, contributions, and issue tracking for the source code should now be directed to the respective repositories in the new organization.

[Learn more](/learn/maintenance/tutorials/how-to-update-components-yaml-to-new-organization/) about updating your references to point to the new repositories.
:::

0 comments on commit 7983b3b

Please sign in to comment.