From 6314340082769cde6d131b05e7fcd8b25c293182 Mon Sep 17 00:00:00 2001 From: Isaac Chung Date: Tue, 20 Aug 2024 16:42:09 -0700 Subject: [PATCH] update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06f0119d..429cd052 100644 --- a/README.md +++ b/README.md @@ -245,14 +245,14 @@ go build ./import_script.go go run import_script.go -resources=workspace -token=your_api_token -organizationId=your_org_id -host=dev ``` -## Output +### Output The script will generate two main files: 1. `import.tf`: Contains the Terraform import blocks for the specified resources. 2. `generated.tf`: Contains the Terraform resource configurations for the imported resources. -## Notes +### Notes - Ensure you have the necessary permissions in your Astro organization to access the resources you're attempting to import. - The generated Terraform configurations may require some manual adjustment to match your specific requirements or to resolve any conflicts.