From 9431cf7ef84001d2518c11ae19d539c345201055 Mon Sep 17 00:00:00 2001 From: yanmastin-astro Date: Fri, 25 Oct 2024 15:30:43 -0400 Subject: [PATCH] Update templates/guides/get-started.md Co-authored-by: Laura Zdanski <25642903+lzdanski@users.noreply.github.com> --- templates/guides/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/guides/get-started.md b/templates/guides/get-started.md index 77713e58..b25e04a4 100644 --- a/templates/guides/get-started.md +++ b/templates/guides/get-started.md @@ -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" {