Skip to content

Commit

Permalink
Update templates/guides/get-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Zdanski <[email protected]>
  • Loading branch information
yanmastin-astro and lzdanski authored Oct 25, 2024
1 parent 87ee5a8 commit ce179de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/guides/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Changes to Outputs:
2. Verify the generated plan contains the text `Plan: 2 to add, 0 to change, 0 to destroy.` This validates that the plan is to create two resources, which are the Workspace and Deployment as defined in `main.tf`.

## Step 7: Apply the Terraform Plan
Run `terraform apply` and select `yes` to execute the plan. This creates the Astro resources and will print their ids, as you defined in `outputs.tf`:
Run `terraform apply` and select `yes` to execute the plan. This creates the Astro resources and prints their ids, as you defined in `outputs.tf`:
```
$ terraform apply
Expand Down

0 comments on commit ce179de

Please sign in to comment.