From 0fba3e573f5eb79a6d0905790f39e19d390766da Mon Sep 17 00:00:00 2001 From: Paulo Victor Gomes Date: Wed, 28 Jan 2026 12:21:39 +0000 Subject: [PATCH] Update Installation.md --- docs-templates/guides/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-templates/guides/Installation.md b/docs-templates/guides/Installation.md index 20ba206..88708b6 100644 --- a/docs-templates/guides/Installation.md +++ b/docs-templates/guides/Installation.md @@ -22,7 +22,7 @@ To install the StackGuardian provider follow the instructions below. provider "stackguardian" { api_key = "" # Replace this with your API key org_name = "" # Replace this with your organization name - api_uri = "https://testapi.qa.stackguardian.io" # Use testapi instead of production for testing + api_uri = "https://api.app.stackguardian.io" # Use "https://api.us.stackguardian.io" for US Region } ``` -- Run `terraform init` to initialize the provider. \ No newline at end of file +- Run `terraform init` to initialize the provider.