Skip to content

Commit

Permalink
Markdown rendered in the TF registry has a quirk where it won't
Browse files Browse the repository at this point in the history
correctly render angle brakes in markdown Fenced Code Blocks.

These files were bulk edited with `sed`

```
sed -i '' -e '/\$ terraform .*>/s/>/\>/g' website/docs/*/*.markdown
sed -i '' -e '/\$ terraform .*</s/</\&#60;/g' website/docs/*/*.markdown
```
  • Loading branch information
monde committed May 9, 2022
1 parent c962956 commit 93ee945
Show file tree
Hide file tree
Showing 75 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/admin_role_custom.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ The following arguments are supported:
Okta Custom Admin Role can be imported via the Okta ID.

```
$ terraform import okta_admin_role_custom.example <custom role id>
$ terraform import okta_admin_role_custom.example &#60;custom role id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/admin_role_custom_assignments.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ The following arguments are supported:
Okta Custom Admin Role Assignments can be imported via the Okta ID.

```
$ terraform import okta_admin_role_custom_assignments.example <resource_set_id>/<custom_role_id>
$ terraform import okta_admin_role_custom_assignments.example &#60;resource_set_id&#62;/&#60;custom_role_id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/admin_role_targets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ The following arguments are supported:
Okta Admin Role Targets can be imported via the Okta ID.

```
$ terraform import okta_admin_role_targets.example <user id>/<role type>
$ terraform import okta_admin_role_targets.example &#60;user id&#62;/&#60;role type&#62;
```
8 changes: 4 additions & 4 deletions website/docs/r/app_auto_login.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ The following arguments are supported:
Okta Auto Login App can be imported via the Okta ID.

```
$ terraform import okta_app_auto_login.example <app id>
$ terraform import okta_app_auto_login.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
8 changes: 4 additions & 4 deletions website/docs/r/app_basic_auth.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ The following arguments are supported:
A Basic Auth App can be imported via the Okta ID.

```
$ terraform import okta_app_basic_auth.example <app id>
$ terraform import okta_app_basic_auth.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
8 changes: 4 additions & 4 deletions website/docs/r/app_bookmark.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ The following arguments are supported:
A Bookmark App can be imported via the Okta ID.

```
$ terraform import okta_app_bookmark.example <app id>
$ terraform import okta_app_bookmark.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
2 changes: 1 addition & 1 deletion website/docs/r/app_group_assignment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ The following arguments are supported:
An application group assignment can be imported via the `app_id` and the `group_id`.

```
$ terraform import okta_app_group_assignment.example <app_id>/<group_id>
$ terraform import okta_app_group_assignment.example &#60;app_id&#62;/&#60;group_id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/app_group_assignments.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ The following arguments are supported:
An application's group assignments can be imported via `app_id`.

```
$ terraform import okta_app_group_assignments.example <app_id>
$ terraform import okta_app_group_assignments.example &#60;app_id&#62;
```
8 changes: 4 additions & 4 deletions website/docs/r/app_oauth.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ Valid values: `"CUSTOM_URL"`,`"ORG_URL"` or `"DYNAMIC"`. Default is `"ORG_URL"`.
An OIDC Application can be imported via the Okta ID.

```
$ terraform import okta_app_oauth.example <app id>
$ terraform import okta_app_oauth.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
2 changes: 1 addition & 1 deletion website/docs/r/app_oauth_api_scope.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ The following arguments are supported:
OAuth API scopes can be imported via the Okta Application ID.

```
$ terraform import okta_app_oauth_api_scope.example <app id>
$ terraform import okta_app_oauth_api_scope.example &#60;app id&#62;
```
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ resource "okta_app_oauth_post_logout_redirect_uri" "test" {
A post logout redirect URI can be imported via the Okta ID.

```
$ terraform import okta_app_oauth_post_logout_redirect_uri.example <app id>/<uri>
$ terraform import okta_app_oauth_post_logout_redirect_uri.example &#60;app id&#62;/&#60;uri&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/app_oauth_redirect_uri.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ resource "okta_app_oauth_redirect_uri" "test" {
A redirect URI can be imported via the Okta ID.

```
$ terraform import okta_app_oauth_redirect_uri.example <app id>/<uri>
$ terraform import okta_app_oauth_redirect_uri.example &#60;app id&#62;/&#60;uri&#62;
```
8 changes: 4 additions & 4 deletions website/docs/r/app_saml.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,15 @@ The following arguments are supported:
A SAML App can be imported via the Okta ID.

```
$ terraform import okta_app_saml.example <app id>
$ terraform import okta_app_saml.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
2 changes: 1 addition & 1 deletion website/docs/r/app_saml_app_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ The following arguments are supported:
A settings for the SAML App can be imported via the Okta ID.

```
$ terraform import okta_app_saml_app_settings.example <app id>
$ terraform import okta_app_saml_app_settings.example &#60;app id&#62;
```
8 changes: 4 additions & 4 deletions website/docs/r/app_secure_password_store.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ The following arguments are supported:
Secure Password Store Application can be imported via the Okta ID.

```
$ terraform import okta_app_secure_password_store.example <app id>
$ terraform import okta_app_secure_password_store.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
8 changes: 4 additions & 4 deletions website/docs/r/app_shared_credentials.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ The following arguments are supported:
Okta SWA Shared Credentials App can be imported via the Okta ID.

```
$ terraform import okta_app_shared_credentials.example <app id>
$ terraform import okta_app_shared_credentials.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```

2 changes: 1 addition & 1 deletion website/docs/r/app_signon_policy_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,5 @@ The following arguments are supported:
Okta app sign-on policy rule can be imported via the Okta ID.

```
$ terraform import okta_app_signon_policy_rule.example <policy_id>/<rule_id>
$ terraform import okta_app_signon_policy_rule.example &#60;policy_id&#62;/&#60;rule_id&#62;
```
8 changes: 4 additions & 4 deletions website/docs/r/app_swa.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ The following arguments are supported:
Okta SWA App can be imported via the Okta ID.

```
$ terraform import okta_app_swa.example <app id>
$ terraform import okta_app_swa.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
8 changes: 4 additions & 4 deletions website/docs/r/app_three_field.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ The following arguments are supported:
A Three Field App can be imported via the Okta ID.

```
$ terraform import okta_app_three_field.example <app id>
$ terraform import okta_app_three_field.example &#60;app id&#62;
```

It's also possible to import app without groups or/and users. In this case ID may look like this:

```
$ terraform import okta_app_basic_auth.example <app id>/skip_users
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users
$ terraform import okta_app_basic_auth.example <app id>/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_users/skip_groups
$ terraform import okta_app_basic_auth.example <app id>/skip_groups
$ terraform import okta_app_basic_auth.example &#60;app id&#62;/skip_groups
```
2 changes: 1 addition & 1 deletion website/docs/r/app_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ The following arguments are supported:
An Application User can be imported via the Okta ID.

```
$ terraform import okta_app_user.example <app id>/<user id>
$ terraform import okta_app_user.example &#60;app id&#62;/&#60;user id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/app_user_base_schema.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ The following arguments are supported:
App user base schema property can be imported via the property index and app id.

```
$ terraform import okta_app_user_base_schema.example <app id>/<property name>
$ terraform import okta_app_user_base_schema.example &#60;app id&#62;/&#60;property name&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/app_user_base_schema_property.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ The following arguments are supported:
App user base schema property can be imported via the property index and app id.

```
$ terraform import okta_app_user_base_schema_property.example <app id>/<property name>
$ terraform import okta_app_user_base_schema_property.example &#60;app id&#62;/&#60;property name&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/app_user_schema.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ The following arguments are supported:
App user schema property can be imported via the property index and app id.

```
$ terraform import okta_app_user_schema.example <app id>/<property name>
$ terraform import okta_app_user_schema.example &#60;app id&#62;/&#60;property name&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/app_user_schema_property.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ The following arguments are supported:
App user schema property can be imported via the property index and app id.

```
$ terraform import okta_app_user_schema_property.example <app id>/<property name>
$ terraform import okta_app_user_schema_property.example &#60;app id&#62;/&#60;property name&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/auth_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ The following arguments are supported:
Authorization Server can be imported via the Okta ID.

```
$ terraform import okta_auth_server.example <auth server id>
$ terraform import okta_auth_server.example &#60;auth server id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/auth_server_claim.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ The following arguments are supported:
Authorization Server Claim can be imported via the Auth Server ID and Claim ID.

```
$ terraform import okta_auth_server_claim.example <auth server id>/<claim id>
$ terraform import okta_auth_server_claim.example &#60;auth server id&#62;/&#60;claim id&#62;
```
4 changes: 2 additions & 2 deletions website/docs/r/auth_server_claim_default.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ The following arguments are supported:
Authorization Server Claim can be imported via the Auth Server ID and Claim ID or Claim Name.

```
$ terraform import okta_auth_server_claim_default.example <auth server id>/<claim id>
$ terraform import okta_auth_server_claim_default.example &#60;auth server id&#62;/&#60;claim id&#62;
```

or

```
$ terraform import okta_auth_server_claim_default.example <auth server id>/<claim name>
$ terraform import okta_auth_server_claim_default.example &#60;auth server id&#62;/&#60;claim name&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/auth_server_default.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ The following arguments are supported:
Authorization Server can be imported via the Okta ID.

```
$ terraform import okta_auth_server_default.example <auth server name>
$ terraform import okta_auth_server_default.example &#60;auth server name&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/auth_server_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ The following arguments are supported:
Authorization Server Policy can be imported via the Auth Server ID and Policy ID.

```
$ terraform import okta_auth_server_policy.example <auth server id>/<policy id>
$ terraform import okta_auth_server_policy.example &#60;auth server id&#62;/&#60;policy id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/auth_server_policy_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ The following arguments are supported:
Authorization Server Policy Rule can be imported via the Auth Server ID, Policy ID, and Policy Rule ID.

```
$ terraform import okta_auth_server_policy_rule.example <auth server id>/<policy id>/<policy rule id>
$ terraform import okta_auth_server_policy_rule.example &#60;auth server id&#62;/&#60;policy id&#62;/&#60;policy rule id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/auth_server_scope.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ The following arguments are supported:
Okta Auth Server Scope can be imported via the Auth Server ID and Scope ID.

```
$ terraform import okta_auth_server_scope.example <auth server id>/<scope id>
$ terraform import okta_auth_server_scope.example &#60;auth server id&#62;/&#60;scope id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/authenticator.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ The following arguments are supported:
Okta authenticator can be imported via the Okta ID.

```
$ terraform import okta_authenticator.example <authenticator_id>
$ terraform import okta_authenticator.example &#60;authenticator_id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/behavior.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ The following arguments are supported:
Behavior can be imported via the Okta ID.

```
$ terraform import okta_behavior.example <behavior id>
$ terraform import okta_behavior.example &#60;behavior id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/brand.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ resource "okta_brand" "example" {
An Okta Brand can be imported via the ID.

```
$ terraform import okta_brand.example <brand id>
$ terraform import okta_brand.example &#60;brand id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/captcha.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ The following arguments are supported:
Behavior can be imported via the Okta ID.

```
$ terraform import okta_captcha.example <captcha id>
$ terraform import okta_captcha.example &#60;captcha id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ The following arguments are supported:
Okta Admin Role Targets can be imported via the Okta ID.

```
$ terraform import okta_domain.example <domain_id>
$ terraform import okta_domain.example &#60;domain_id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/email_sender.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ The following arguments are supported:
Custom email sender can be imported via the Okta ID.

```
$ terraform import okta_email_sender.example <sender id>
$ terraform import okta_email_sender.example &#60;sender id&#62;
```
2 changes: 1 addition & 1 deletion website/docs/r/event_hook.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ The following arguments are supported:
An event hook can be imported via the Okta ID.

```
$ terraform import okta_event_hook.example <hook id>
$ terraform import okta_event_hook.example &#60;hook id&#62;
```
Loading

0 comments on commit 93ee945

Please sign in to comment.