You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/jumpstart/action-items.mdx
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,14 +169,6 @@ Confirm if you plan to deploy any of the following integrations. If so, we will
169
169
170
170
<Steps>
171
171
172
-
<Step>
173
-
### <StepNumber/> Spacelift Access
174
-
175
-
If deploying Spacelift, we will need a Spacelift subscription. Please see [How to Sign Up for Spacelift](/layers/spacelift). This document answers many common questions and describes the signup process step-by-step.
176
-
177
-
Cloud Posse will need "admin" access for Spacelift to deploy all resources.
178
-
</Step>
179
-
180
172
<Step>
181
173
### <StepNumber/> Datadog Access
182
174
@@ -185,11 +177,6 @@ Confirm if you plan to deploy any of the following integrations. If so, we will
185
177
Cloud Posse will need "admin" access for Datadog as well to complete the Datadog setup.
186
178
</Step>
187
179
188
-
<Step>
189
-
### <StepNumber/> OpsGenie Access
190
-
191
-
Sign up for OpsGenie following the [How to Sign Up for OpsGenie?](/layers/alerting/opsgenie/how-to-sign-up-for-opsgenie) documentation.
Copy file name to clipboardExpand all lines: docs/jumpstart/kickoff.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ This document outlines what to expect from your first call with Cloud Posse. In
131
131
</TaskList>
132
132
133
133
<Admonition>
134
-
These are the design decisions you can customize as part of the Jumpstart package. [All other decisions are pre-made](/tags/design-decision/) for you, but you’re welcome to review them. If you’d like to make additional changes, [let us know—we’re happy to provide a quote](https://cloudposse.com/meet).
134
+
These are the design decisions you can customize as part of the Jumpstart package. [All other decisions are pre-made](/tags/design-decision/) for you, but you're welcome to review them. If you'd like to make additional changes, [let us know—we're happy to provide a quote](https://cloudposse.com/meet).
135
135
</Admonition>
136
136
137
137
</Step>
@@ -147,9 +147,9 @@ This document outlines what to expect from your first call with Cloud Posse. In
-[Spacelift](/layers/spacelift) or [GitOps](/layers/gitops)
150
+
-[Automate Terraform](/layers/atmos-pro)
151
151
-[ECS](/layers/ecs) or [EKS](/layers/eks)
152
-
-[Monitoring](/layers/monitoring) and [Alerting](/layers/alerting)
152
+
-[Monitoring](/layers/monitoring)
153
153
-[Release Engineering](/layers/software-delivery)
154
154
- Final Call (Sign-off)
155
155
</TaskList>
@@ -197,7 +197,7 @@ The Jumpstart accelerator does not include support. To get help, we offer multip
197
197
198
198
### Slack
199
199
200
-
If you need help scheduling meetings, please post in your team’s Cloud Posse channel (e.g., `#acme-general`). This keeps discussions open and prevents duplicated or siloed information in direct messages (DMs). In general, please avoid DMs, as they make it harder to escalate requests or follow up. Feel free to @ a team member if you need assistance—we’re here to help!
200
+
If you need help scheduling meetings, please post in your team's Cloud Posse channel (e.g., `#acme-general`). This keeps discussions open and prevents duplicated or siloed information in direct messages (DMs). In general, please avoid DMs, as they make it harder to escalate requests or follow up. Feel free to @ a team member if you need assistance—we're here to help!
201
201
202
202
You can also reach out to our community with our [SweetOps Slack community](#sweetops-slack).
Found duplicate config for the component 'account-settings' for the stack 'core-gbl-artifacts' in the files: orgs/cch/core/artifacts/global-region/baseline, orgs/cch/core/artifacts/global-region/monitoring, orgs/cch/core/artifacts/global-region/identity.
328
-
Check that all context variables in the stack name pattern '{tenant}-{environment}-{stage}' are correctly defined in the files and not duplicated.
329
-
Check that all imports are valid.
330
-
331
-
exit status 1
332
-
```
307
+
-[Structure of Terraform S3 State Backend Bucket](/layers/accounts/tutorials/terraform-s3-state/)
This step-by-step process outlines how to deploy AWS accounts using `atmos` workflows and ClickOps steps. It covers necessary preparations, such as configuring the AWS Organization, increasing account quotas, and verifying account configurations. The guide details the deployment processes and post-deployment configurations, including setting up account settings, enabling AWS RAM for Organizations, and performing certain manual configurations via ClickOps.
Found duplicate config for the component 'account-settings' for the stack 'core-gbl-artifacts' in the files: orgs/cch/core/artifacts/global-region/baseline, orgs/cch/core/artifacts/global-region/monitoring, orgs/cch/core/artifacts/global-region/identity.
75
+
Check that all context variables in the stack name pattern '{tenant}-{environment}-{stage}' are correctly defined in the files and not duplicated.
76
+
Check that all imports are valid.
77
+
78
+
exit status 1
79
+
```
80
+
57
81
### Why does `account-map` fail with "The given key does not identify an element in this collection value"?
58
82
59
83
This is a common error you may encounter when reading from `account-map`:
| Configure Terraform state |`atmos workflow init/tfstate -f baseline`|
20
+
| Configure Terraform state |`atmos workflow init/tfstate -f quickstart/foundation/baseline`|
21
21
22
22
## Setting up the Terraform State Backend
23
23
@@ -35,15 +35,27 @@ If you look at `components/terraform/`, you'll see a bunch of directories. These
35
35
36
36
Vendor the Terraform State Backend component by running the following command. The steps here require the `tfstate-backend` and `account-map` components.
Vendoring downloads the upstream component files from a central repository at a specified version. In this case, we are pulling the baseline components, which include all account components, the Terraform State component, and other necessary files for setting up the account foundation.
41
+
42
+
This step only downloads the files to your local project - it does not deploy or make any changes to your infrastructure.
43
+
44
+
[Read more about vendoring with Atmos](https://atmos.tools/core-concepts/vendor/)
0 commit comments