Skip to content

Commit

Permalink
move link
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmastin-astro committed Nov 26, 2024
1 parent aca199f commit cff8865
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 @@ -26,6 +26,8 @@ provider "astro" {
# your terraform commands here
```
For more information on using the Astro provider, including supported resources and data sources, see [Astro's Terraform docs](https://registry.terraform.io/providers/astronomer/astro/latest/docs).

3. Run the following commands to apply the provider:
```shell
export ASTRO_API_TOKEN=<token>
Expand All @@ -34,7 +36,6 @@ terraform plan # creates a plan consisting of a set of changes that will make yo
terraform apply # performs a plan just like terraform plan does, but then actually carries out the planned changes to each resource using the relevant infrastructure provider's API
```

For more information on using the Astro provider, including supported resources and data sources, see [Astro's Terraform docs](https://registry.terraform.io/providers/astronomer/astro/latest/docs).



Expand Down

0 comments on commit cff8865

Please sign in to comment.