From e4d4337f5be01f6a0b699207743d525c04a708c1 Mon Sep 17 00:00:00 2001 From: Paulo Victor Date: Thu, 29 Jan 2026 14:29:26 +0000 Subject: [PATCH 1/3] Commit --- docs-templates/guides/Installation.md | 2 +- docs-templates/index.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 77c9bb94169c8462764ac6fedc409121bd7ee1b6 Mon Sep 17 00:00:00 2001 From: Paulo Victor Date: Mon, 2 Feb 2026 09:33:06 +0000 Subject: [PATCH 2/3] commit --- docs/data-sources/connector.md | 2 +- docs/data-sources/policy.md | 2 +- docs/guides/Installation.md | 2 +- docs/index.md | 2 +- docs/resources/connector.md | 2 +- docs/resources/policy.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/data-sources/connector.md b/docs/data-sources/connector.md index 683e9cc..f18cb89 100644 --- a/docs/data-sources/connector.md +++ b/docs/data-sources/connector.md @@ -75,7 +75,7 @@ Read-Only: - `source_config_dest_kind` (String) Kind of the source configuration destination. Valid examples include eg:- AWS_RBAC, AZURE_STATIC. -### Nested Schema for `discovery_settings.benchmarks.runtime_source.config` +### Nested Schema for `discovery_settings.benchmarks.runtime_source.source_config_dest_kind` Read-Only: diff --git a/docs/data-sources/policy.md b/docs/data-sources/policy.md index 077811e..ffb291d 100644 --- a/docs/data-sources/policy.md +++ b/docs/data-sources/policy.md @@ -88,7 +88,7 @@ Read-Only: - `source_config_kind` (String) -### Nested Schema for `policies_config.policy_vcs_config.custom_source.config` +### Nested Schema for `policies_config.policy_vcs_config.custom_source.source_config_kind` Read-Only: 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 diff --git a/docs/resources/connector.md b/docs/resources/connector.md index 809646c..8b1872e 100644 --- a/docs/resources/connector.md +++ b/docs/resources/connector.md @@ -176,7 +176,7 @@ Optional: - `source_config_dest_kind` (String) Kind of the source configuration destination. Valid examples include eg:- AWS_RBAC, AZURE_STATIC. -### Nested Schema for `discovery_settings.benchmarks.runtime_source.config` +### Nested Schema for `discovery_settings.benchmarks.runtime_source.source_config_dest_kind` Optional: diff --git a/docs/resources/policy.md b/docs/resources/policy.md index a4e988d..933fab6 100644 --- a/docs/resources/policy.md +++ b/docs/resources/policy.md @@ -145,7 +145,7 @@ Optional: - `source_config_dest_kind` (String) Kind of the source configuration destination. Valid examples include eg:- AWS_RBAC, AZURE_STATIC. -### Nested Schema for `policies_config.policy_vcs_config.custom_source.config` +### Nested Schema for `policies_config.policy_vcs_config.custom_source.source_config_dest_kind` Optional: From f1af3274e92ba303f5f8de6d6e9e9e0236d4319c Mon Sep 17 00:00:00 2001 From: Taher Kathanawala Date: Tue, 3 Mar 2026 14:06:28 +0530 Subject: [PATCH 3/3] revert unwanted changes --- docs/data-sources/connector.md | 2 +- docs/data-sources/policy.md | 2 +- docs/resources/connector.md | 2 +- docs/resources/policy.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data-sources/connector.md b/docs/data-sources/connector.md index f18cb89..683e9cc 100644 --- a/docs/data-sources/connector.md +++ b/docs/data-sources/connector.md @@ -75,7 +75,7 @@ Read-Only: - `source_config_dest_kind` (String) Kind of the source configuration destination. Valid examples include eg:- AWS_RBAC, AZURE_STATIC. -### Nested Schema for `discovery_settings.benchmarks.runtime_source.source_config_dest_kind` +### Nested Schema for `discovery_settings.benchmarks.runtime_source.config` Read-Only: diff --git a/docs/data-sources/policy.md b/docs/data-sources/policy.md index ffb291d..077811e 100644 --- a/docs/data-sources/policy.md +++ b/docs/data-sources/policy.md @@ -88,7 +88,7 @@ Read-Only: - `source_config_kind` (String) -### Nested Schema for `policies_config.policy_vcs_config.custom_source.source_config_kind` +### Nested Schema for `policies_config.policy_vcs_config.custom_source.config` Read-Only: diff --git a/docs/resources/connector.md b/docs/resources/connector.md index 8b1872e..809646c 100644 --- a/docs/resources/connector.md +++ b/docs/resources/connector.md @@ -176,7 +176,7 @@ Optional: - `source_config_dest_kind` (String) Kind of the source configuration destination. Valid examples include eg:- AWS_RBAC, AZURE_STATIC. -### Nested Schema for `discovery_settings.benchmarks.runtime_source.source_config_dest_kind` +### Nested Schema for `discovery_settings.benchmarks.runtime_source.config` Optional: diff --git a/docs/resources/policy.md b/docs/resources/policy.md index 933fab6..a4e988d 100644 --- a/docs/resources/policy.md +++ b/docs/resources/policy.md @@ -145,7 +145,7 @@ Optional: - `source_config_dest_kind` (String) Kind of the source configuration destination. Valid examples include eg:- AWS_RBAC, AZURE_STATIC. -### Nested Schema for `policies_config.policy_vcs_config.custom_source.source_config_dest_kind` +### Nested Schema for `policies_config.policy_vcs_config.custom_source.config` Optional: