Skip to content
Open
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
4 changes: 2 additions & 2 deletions 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.
- Run `terraform init` to initialize the provider.
Loading