Document possible values for project member role (#482)

* Document possible values for project member role

* Update docs
This commit is contained in:
João Palet 2024-07-29 12:22:11 +01:00 committed by GitHub
parent 31ce9ab36d
commit 63b07c4422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -50,5 +50,5 @@ resource "stackit_resourcemanager_project" "example" {
Required:
- `role` (String) The role of the member in the project. At least one user must have the `owner` role. Legacy roles (`project.admin`, `project.auditor`, `project.member`, `project.owner`) are not supported.
- `role` (String) The role of the member in the project. Possible values include, but are not limited to: `owner`, `editor`, `reader`. At least one user must have the `owner` role. Legacy roles (`project.admin`, `project.auditor`, `project.member`, `project.owner`) are not supported.
- `subject` (String) Unique identifier of the user, service account or client. This is usually the email address for users or service accounts, and the name in case of clients.