From 28fc463c8dea2b5e44fe68d9e81abf201697693b Mon Sep 17 00:00:00 2001 From: apollorion Date: Tue, 15 Oct 2024 09:36:29 -0400 Subject: [PATCH] feat: update getting started page final details --- docs/getting-started.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index fc4f76c75..a83e7a369 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -131,11 +131,12 @@ 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>) @@ -143,7 +144,7 @@ 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>) @@ -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.