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 30, 2024
1 parent c254fbe commit cc81d65
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 @@ -123,7 +123,7 @@ output "terraform_deployment" {
```

## Step 6: Preview the Terraform changes
You now have up to 3 files: `terraform.tf`, `main.tf` and the optional `outputs.tf`.
You now have up to three files: `terraform.tf`, `main.tf`, and the optional `outputs.tf`.
1. Run [`terraform plan`](https://developer.hashicorp.com/terraform/cli/commands/plan) to let Terraform create an execution plan, so you can preview the infrastructure changes that Terraform will make. As Terraform makes a plan, it shares a summary of the plan as an output similar to the following text:
```
$ terraform plan
Expand Down

0 comments on commit cc81d65

Please sign in to comment.