Skip to content

Commit

Permalink
add link to import script guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmastin-astro committed Dec 2, 2024
1 parent b5974bb commit d8ac3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ terraform apply # performs a plan just like terraform plan does, but then actual

## Importing Existing Resources
The Astro Terraform Import Script is a tool designed to help you import existing Astro resources into your Terraform configuration.
Currently, this script automates the process of generating Terraform import blocks and resource configurations for the following resources: workspaces, deployments, clusters, hybrid cluster workspace authorizations, API tokens, teams, team roles, and user roles.
This script automates the process of generating Terraform import blocks and resource configurations for the following resources: workspaces, deployments, clusters, hybrid cluster workspace authorizations, API tokens, teams, team roles, and user roles.
See Astro's [import script guide](https://registry.terraform.io/providers/astronomer/astro/latest/docs) for more information.

To use the import script, download the `terraform-provider-astro-import-script` executable file from [releases](https://github.com/astronomer/terraform-provider-astro/releases) based on your OS and architecture and run it with the following command:

Expand Down

0 comments on commit d8ac3c4

Please sign in to comment.