diff --git a/docs/learn/onboarding.mdx b/docs/learn/onboarding.mdx index efd316ea2..8ca160ee8 100644 --- a/docs/learn/onboarding.mdx +++ b/docs/learn/onboarding.mdx @@ -9,6 +9,7 @@ import Steps from '@site/src/components/Steps'; import Step from '@site/src/components/Step'; import StepNumber from '@site/src/components/StepNumber'; import TaskList from '@site/src/components/TaskList'; +import ReactPlayer from 'react-player'; This guide is intended to help new developers get up to speed with the Cloud Posse reference architecture. It covers the basics of the architecture, how to get started, and how to contribute. We assume you have a basic understanding of Terraform and AWS. We assume you are joining a team that is already using the Cloud Posse reference architecture that's been fully implemented in your AWS organization. @@ -44,11 +45,16 @@ If you're new to Terraform, we recommend starting with the [Terraform documentat ### Learn the Cloud Posse Toolchain +
+ +
AI generated voice
+
+ - - [ ] Read through the [Introduction to Toolset](#introduction-to-toolset) slides and become familiar with the concepts - of [Components](/components), [Stacks](/resources/legacy/fundamentals/stacks), and + - [ ] Review the Introduction to Toolset video and become familiar with the concepts + of [Components](/components), [Stacks](https://atmos.tools/core-concepts/stacks/), and [Stack Catalogs](https://atmos.tools/core-concepts/stacks/catalogs) - - [ ] Review [Geodesic](/resources/legacy/fundamentals/geodesic) docker toolbox and + - [ ] Review [Geodesic](https://github.com/cloudposse/geodesic/) docker toolbox and [How to Customize the Geodesic Shell](/learn/maintenance/tutorials/how-to-customize-the-geodesic-shell) to your liking. - [ ] Review [atmos.tools](https://atmos.tools/) @@ -87,7 +93,7 @@ If you're new to Terraform, we recommend starting with the [Terraform documentat ### How we Use Terraform (for developers) - - [ ] Review [Terraform](/resources/legacy/fundamentals/terraform) conventions used by Cloud Posse + - [ ] Review [Terraform](/best-practices/terraform/) conventions used by Cloud Posse - [ ] We store all the terraform states in S3. Make sure you understand the [Structure of Terraform S3 State Backend Bucket](/layers/accounts/tutorials/terraform-s3-state) - [ ] Learn [How to Use Terraform Remote State](/learn/maintenance/tutorials/how-to-use-terraform-remote-state) -