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 c1c6aff commit 9431cf7
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 @@ -67,7 +67,7 @@ provider "astro" {
```

## Step 4: Define Resources in Terraform
In a file `main.tf`, define two resources, an `astro_workspace` and an `astro_deployment`. These resources will represent an Astro workspace and Astro Deployment, defined in Terraform code:
In a file `main.tf`, define two resources, an `astro_workspace` and an `astro_deployment`. These resources represent an Astro Workspace and Astro Deployment, defined in Terraform code:
```
# Create a new workspace
resource "astro_workspace" "my_first_tf_workspace" {
Expand Down

0 comments on commit 9431cf7

Please sign in to comment.