# juju_user (Resource)

A resource that represents a Juju User.

<!-- schema generated by tfplugindocs -->

## Schema

### Required

- `name` (String) The username to be assigned to the user. Changing this value will cause the user to be destroyed and recreated by terraform.
- `password` (String, Sensitive) The password to be assigned to the user.

### Optional

- `display_name` (String) The display name to be assigned to the user (optional).

### Read-Only

- `id` (String) The ID of this resource.
