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.