Skip to content

Commit 818af5d

Browse files
authored
docs(resource/role_mapping): add link to reference of available role IDs (#919)
When creating `mongodbatlas_federated_settings_org_role_mapping` resources, one might wonder what are the available identifiers for the `roles` field. This adds a link to their reference.
1 parent 0fa6d30 commit 818af5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/federated_settings_org_role_mapping.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ resource "mongodbatlas_federated_settings_org_role_mapping" "org_group_role_mapp
4343
* `role_assignments` - Atlas roles and the unique identifiers of the groups and organizations associated with each role.
4444
* `group_id` - Unique identifier of the project to which you want the role mapping to apply.
4545
* `roles` - Specifies the Roles that are attached to the Role Mapping.
46+
Available role IDs can be found on [the User Roles
47+
Reference](https://www.mongodb.com/docs/atlas/reference/user-roles/).
4648

4749
## Attributes Reference
4850

@@ -57,4 +59,4 @@ FederatedSettingsOrgRoleMapping can be imported using federation_settings_id-org
5759
$ terraform import mongodbatlas_federated_settings_org_role_mapping.org_group_role_mapping_import 6287a663c7f7f7f71c441c6c-627a96837f7f7f7e306f14-628ae97f7f7468ea3727
5860
```
5961

60-
For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
62+
For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)

0 commit comments

Comments
 (0)