@@ -188,15 +188,15 @@ You can access PowerShell 7 by launching it from the shortcut generated during i
188
188
issuer_mode = "DYNAMIC"
189
189
}
190
190
191
- resource "okta_app_oauth_api_scope" "ps-scopes" {
192
- app_id = okta_app_oauth.ps.id
193
- issuer = "https://${var.org_id}.oktapreview.com"
194
- scopes = ["okta.apps.read", "okta.domains.read",
195
- "okta.groups.read", "okta.logs.read",
196
- "okta.oauthIntegrations.read", "okta.orgs.read",
197
- "okta.userTypes.read", "okta.users.read"]
198
- }
199
- ```
191
+ resource "okta_app_oauth_api_scope" "ps-scopes" {
192
+ app_id = okta_app_oauth.ps.id
193
+ issuer = "https://${var.org_id}.oktapreview.com"
194
+ scopes = ["okta.apps.read", "okta.domains.read",
195
+ "okta.groups.read", "okta.logs.read",
196
+ "okta.oauthIntegrations.read", "okta.orgs.read",
197
+ "okta.userTypes.read", "okta.users.read"]
198
+ }
199
+ ```
200
200
2 . In your terminal, run the command ` terraform apply `
201
201
3 . Type ` yes ` when prompted.
202
202
4 . Wait for the ` terraform apply ` to complete.
0 commit comments