Skip to content

Commit

Permalink
Update templates/guides/import-script.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 23, 2024
1 parent 10873a1 commit 1f4eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/guides/import-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The script will generate two main files:
The generated Terraform configurations may require some manual adjustment to match your specific requirements or to resolve any conflicts.

## Step 4: Extract and organize resources
The `generated.tf` file that is created by the Import Script will contain all of the specified resources in one file. It is recommended that you extract and modularize the resources so they are easily maintained and reusable. This is an example of a well structured Terraform project for managing Astro infrastructure:
The `generated.tf` file created by the Import Script contains all of the specified resources in one file. Astronomer recommends that you extract and modularize the resources so they are easily maintained and reusable. The following example shows a well structured Terraform project for managing Astro infrastructure:
```
terraform-astro-project/
├── environments/
Expand Down

0 comments on commit 1f4eac3

Please sign in to comment.