Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ichung08 committed Aug 20, 2024
1 parent 139b105 commit 6314340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6314340

Please sign in to comment.