Skip to content

Commit de8f8e2

Browse files
committed
indentation whack-a-mole
1 parent cdbfc3f commit de8f8e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_source/_posts/2025-01-21-terraform-powershell-lab.md _source/_posts/2025-01-22-terraform-powershell-lab.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ You can access PowerShell 7 by launching it from the shortcut generated during i
188188
issuer_mode = "DYNAMIC"
189189
}
190190
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+
```
200200
2. In your terminal, run the command `terraform apply`
201201
3. Type `yes` when prompted.
202202
4. Wait for the `terraform apply` to complete.

0 commit comments

Comments
 (0)