Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Add documentation for okta_group_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumew committed Jul 12, 2019
1 parent 1a36de4 commit c6703ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Anything that lies underneath a resource directory is config we use as fixtures
* [okta_user](./okta_user) Supports the management of Okta Users.
* [okta_users](./okta_users) Data source to retrieve a group of users.
* [okta_group](./okta_group) Supports the management of Okta Groups.
* [okta_group_roles](./okta_group_roles) Supports the management of Okta Group Administrator Roles.
* [okta_group_rule](./okta_group_rule) Supports the management of Okta Group Rules.
* [okta_trusted_origin](./okta_trusted_origin) Supports the management of Okta Trusted Sources and Origins.
* [okta_user_schemas](./okta_user_schemas) Supports the management of Okta User Profile Attribute Schemas.
Expand Down
7 changes: 6 additions & 1 deletion examples/okta_group_roles/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# okta_group_role
# okta_group_roles

Represents an Okta Group Admin Roles. [See Okta documentation for more details](https://developer.okta.com/docs/reference/api/roles/#list-roles-assigned-to-group).

* Example of a group assigned as a SUPER_ADMIN [can be found here](./basic.tf)
* Example of a group assigned to all roles [can be found here](./all_roles.tf)

0 comments on commit c6703ff

Please sign in to comment.