From 1a084d8fcf6afa017e6fdf3f07e46152628e8292 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 21 Nov 2024 21:26:46 -0500 Subject: [PATCH] add direct link td provider --- docs/integrations/frameworks/terraform.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/integrations/frameworks/terraform.mdx b/docs/integrations/frameworks/terraform.mdx index e7a60ac7e..0f057d918 100644 --- a/docs/integrations/frameworks/terraform.mdx +++ b/docs/integrations/frameworks/terraform.mdx @@ -1,8 +1,9 @@ --- -title: "Terraform" +title: "Terraform Provider" description: "Learn how to fetch Secrets From Infisical With Terraform." +url: "https://registry.terraform.io/providers/Infisical/infisical/latest/docs" --- - +{/* This guide provides step-by-step guidance on how to fetch secrets from Infisical using Terraform. ## Prerequisites @@ -98,4 +99,4 @@ Terraform will now fetch your secrets from Infisical and display them as output ## Conclusion -You have now successfully set up and used the Infisical provider with Terraform to fetch secrets. For more information, visit the [Infisical documentation](https://registry.terraform.io/providers/Infisical/infisical/latest/docs). +You have now successfully set up and used the Infisical provider with Terraform to fetch secrets. For more information, visit the [Infisical documentation](https://registry.terraform.io/providers/Infisical/infisical/latest/docs). */}