Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "project_user" "myuser" {

### Required

- `name` (String) The name of an artifactory user.
- `name` (String) The name of an Artifactory user. This field is **case-sensitive** and must match the exact case of the user's name as it appears in the Artifactory GUI. If the case does not match, Terraform will treat it as a different user and attempt to add the user to the project on every `terraform plan` or `terraform apply` operation. Additionally, when you remove the user from your Terraform configuration, Terraform will fail to remove the user from the Artifactory project and will incorrectly report that no infrastructure changes are required.
- `project_key` (String) The key of the project to which the user should be assigned to.
- `roles` (Set of String) List of pre-defined Project or custom roles. Must have at least 1 role, e.g. 'Viewer'

Expand Down
Loading