Skip to content

Commit

Permalink
removed a minor comment to the user resource doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacefie committed Oct 11, 2024
1 parent 5f7d952 commit 359d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "temporalcloud_user" "namespace_admin" {

### Required

- `account_access` (String) The role on the account. Must be one of [owner, admin, developer, read] (case-insensitive)
- `account_access` (String) The role on the account. Must be one of [owner, admin, developer, read] (case-insensitive). owner is only valid for import.
- `email` (String) The email address for the user.

### Optional
Expand Down

0 comments on commit 359d4c7

Please sign in to comment.