Skip to content

Commit 31bd228

Browse files
authored
Fix Intro Link (#671)
1 parent 6f96735 commit 31bd228

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/learn/onboarding.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Steps from '@site/src/components/Steps';
99
import Step from '@site/src/components/Step';
1010
import StepNumber from '@site/src/components/StepNumber';
1111
import TaskList from '@site/src/components/TaskList';
12+
import ReactPlayer from 'react-player';
1213

1314
<Intro>
1415
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
4445
<Step>
4546
### <StepNumber/> Learn the Cloud Posse Toolchain
4647

48+
<figure>
49+
<ReactPlayer controls url="https://docs.cloudposse.com/assets/refarch/handoffs/introduction-to-toolchain.mp4" />
50+
<figcaption>AI generated voice</figcaption>
51+
</figure>
52+
4753
<TaskList>
48-
- [ ] Read through the [Introduction to Toolset](#introduction-to-toolset) slides and become familiar with the concepts
49-
of [Components](/components), [Stacks](/resources/legacy/fundamentals/stacks), and
54+
- [ ] Review the Introduction to Toolset video and become familiar with the concepts
55+
of [Components](/components), [Stacks](https://atmos.tools/core-concepts/stacks/), and
5056
[Stack Catalogs](https://atmos.tools/core-concepts/stacks/catalogs)
51-
- [ ] Review [Geodesic](/resources/legacy/fundamentals/geodesic) docker toolbox and
57+
- [ ] Review [Geodesic](https://github.com/cloudposse/geodesic/) docker toolbox and
5258
[How to Customize the Geodesic Shell](/learn/maintenance/tutorials/how-to-customize-the-geodesic-shell)
5359
to your liking.
5460
- [ ] Review [atmos.tools](https://atmos.tools/)
@@ -87,7 +93,7 @@ If you're new to Terraform, we recommend starting with the [Terraform documentat
8793
### <StepNumber/> How we Use Terraform (for developers)
8894

8995
<TaskList>
90-
- [ ] Review [Terraform](/resources/legacy/fundamentals/terraform) conventions used by Cloud Posse
96+
- [ ] Review [Terraform](/best-practices/terraform/) conventions used by Cloud Posse
9197
- [ ] 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)
9298
- [ ] Learn
9399
[How to Use Terraform Remote State](/learn/maintenance/tutorials/how-to-use-terraform-remote-state) -

0 commit comments

Comments
 (0)