From aca199fb8327ae8fbdf4ac60fe104a2776ad1170 Mon Sep 17 00:00:00 2001 From: yanmastin-astro Date: Tue, 26 Nov 2024 16:02:43 -0500 Subject: [PATCH] Add link to registry docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6bf1a4b9..8b7324fa 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ 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). + + ## Importing Existing Resources The Astro Terraform Import Script is a tool designed to help you import existing Astro resources into your Terraform configuration.