Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-templates/guides/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To install the StackGuardian provider follow the instructions below.
provider "stackguardian" {
api_key = "<YOUR-API-KEY>" # Replace this with your API key
org_name = "<YOUR-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.
2 changes: 1 addition & 1 deletion docs-templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
provider "stackguardian" {
api_key = "<YOUR-API-KEY>" # Replace this with your API key
org_name = "<YOUR-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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To install the StackGuardian provider follow the instructions below.
provider "stackguardian" {
api_key = "<YOUR-API-KEY>" # Replace this with your API key
org_name = "<YOUR-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.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
provider "stackguardian" {
api_key = "<YOUR-API-KEY>" # Replace this with your API key
org_name = "<YOUR-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
Expand Down
Loading