# juju_jaas_role (Resource)

A resource that represents a role in JAAS

## Example Usage

```terraform
resource "juju_jaas_role" "development" {
  name = "devops-team"
}
```

<!-- schema generated by tfplugindocs -->

## Schema

### Required

- `name` (String) Name of the role

### Read-Only

- `uuid` (String) UUID of the role
