We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d80157e + 71752e0 commit 306c8aeCopy full SHA for 306c8ae
1 file changed
packages/@okta/vuepress-site/docs/guides/terraform-oig-resources/main/index.md
@@ -58,10 +58,11 @@ Configure the Okta Terraform provider in your Terraform configuration files. Thi
58
}
59
60
provider "okta" {
61
- org_name = "your Okta org name (for example, trial-12345678)"
62
- base_url = "base URL of your org (for example, example.com)"
63
- api_token = "API token"
64
- parallelism = 1
+ org_name = "{org_name}"
+ base_url = "okta.com"
+ client_id = "{client_id}"
+ private_key = var.private_key
65
+ scopes = ["okta.groups.manage", "okta.groups.read"]
66
67
68
locals {
0 commit comments