Skip to content

Commit

Permalink
feat: update getting started page final details
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Oct 15, 2024
1 parent 2947076 commit 28fc463
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,20 @@ Choose **Terraform** as your vendor with a supported version. Leave the default

![](<./assets/screenshots/ConfigureBackendGS.png>)

Click **Continue**.
Click **Continue** and then **Define stack behavior**.

![](<./assets/screenshots/DefineStackBehaviorGS.png>)

Enable the `Administrative` toggle. This will make the stack an Admin stack, giving it api access to your account.
Enable the `Administrative` toggle.
This will make the stack an Admin stack, giving it api access to your account.

![](<./assets/screenshots/EnableAdminStackGS.png>)

Click **Save & skip to summary** and then **Confirm** to create the stack.

### Step 4: Trigger your First Run

Click on _Trigger_ to kick start a Spacelift run that will check out the source code, run terraform commands on it and then present you with an option to apply (confirm) these changes.
Click on **Trigger** to kick start a Spacelift run that will check out the source code, run terraform commands on it and then present you with an option to apply (confirm) these changes.

![](<./assets/screenshots/TriggerRunGS.png>)

Expand All @@ -155,6 +156,7 @@ After clicking Trigger, you will be taken directly into the run. Click on **Conf
![](<./assets/screenshots/ConfirmRunGS.png>)

Congratulation! 🚀 You've just created your first Spacelift stack and completed your first deployment!
You should have a new stack in your account called `Managed stack` that can demonstrate the effectiveness of our [plan policies](./concepts/policy/terraform-plan-policy.md). Play with it and see if you can fix the purposeful plan issue.

Now it is time to add other users to your Spacelift account.

Expand Down

0 comments on commit 28fc463

Please sign in to comment.