diff --git a/docs-templates/guides/Installation.md b/docs-templates/guides/Installation.md index 20ba206..7f99592 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 diff --git a/docs-templates/index.md.tmpl b/docs-templates/index.md.tmpl index 2346db6..790ed4f 100644 --- a/docs-templates/index.md.tmpl +++ b/docs-templates/index.md.tmpl @@ -26,7 +26,7 @@ terraform { provider "stackguardian" { api_key = "" # Replace this with your API key org_name = "" # Replace this with your organization name - api_uri = "https://api.app.stackguardian.io" + api_uri = "https://api.app.stackguardian.io" # Use "https://api.us.stackguardian.io" for US Region } # Create a StackGuardian Workflow Group diff --git a/docs/guides/Installation.md b/docs/guides/Installation.md index 20ba206..7f99592 100644 --- a/docs/guides/Installation.md +++ b/docs/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 diff --git a/docs/index.md b/docs/index.md index 799d5e2..5d97d43 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,7 +35,7 @@ terraform { provider "stackguardian" { api_key = "" # Replace this with your API key org_name = "" # Replace this with your organization name - api_uri = "https://api.app.stackguardian.io" + api_uri = "https://api.app.stackguardian.io" # Use "https://api.us.stackguardian.io" for US Region } # Create a StackGuardian Workflow Group