Skip to content

Commit 4bc2e7f

Browse files
authored
DEV-2502: Reference Page Introduction (#743)
1 parent 396965c commit 4bc2e7f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/reference/reference.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ sidebar_position: 0
66
sidebar_class_name: hidden
77
---
88
import DocCardList from '@theme/DocCardList';
9+
import Intro from '@site/src/components/Intro';
910

10-
Introduction to what this page is about
11+
<Intro>
12+
Welcome to the Cloud Posse Library, your one-stop resource for all our open source infrastructure projects. Whether you're looking to deploy production-grade infrastructure, automate your workflows, or learn best practices, you'll find everything you need here. Our library is built on years of experience managing cloud infrastructure at scale, and we're excited to share these tools with you.
13+
</Intro>
14+
15+
The Cloud Posse Library is a comprehensive collection of our open source projects designed to help you build, deploy, and manage cloud infrastructure. This library contains everything you need to implement Infrastructure as Code (IaC) best practices, including:
16+
17+
- **Terraform Components**: Production-grade, reusable "root" modules for AWS that provide complete solutions for common infrastructure patterns
18+
- **Terraform Modules**: Reusable "child" modules that can be composed together to build custom infrastructure
19+
- **GitHub Actions**: Automated workflows for continuous integration and delivery (CI/CD)
20+
- **Resources**: Additional tools, scripts, and documentation to support your cloud infrastructure journey
21+
22+
All our projects are built with best practices in mind, including security, scalability, and maintainability. They are designed to be modular, composable, and follow the principle of least privilege.
1123

1224
<DocCardList items={[
1325
{

0 commit comments

Comments
 (0)