Skip to content

Commit 306c8ae

Browse files
Merge pull request #6010 from okta/jg-OKTA-1115850-IGA-terraform-fix-example
OKTA-1115850: Update example
2 parents d80157e + 71752e0 commit 306c8ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • packages/@okta/vuepress-site/docs/guides/terraform-oig-resources/main

packages/@okta/vuepress-site/docs/guides/terraform-oig-resources/main/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ Configure the Okta Terraform provider in your Terraform configuration files. Thi
5858
}
5959

6060
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
61+
org_name = "{org_name}"
62+
base_url = "okta.com"
63+
client_id = "{client_id}"
64+
private_key = var.private_key
65+
scopes = ["okta.groups.manage", "okta.groups.read"]
6566
}
6667

6768
locals {

0 commit comments

Comments
 (0)