# juju_integration (List Resource)

## Example Usage

```terraform
list "juju_integration" "this" {
  provider         = juju
  include_resource = true

  config {
    model_uuid = "<model-uuid>"

    # Optional: filter by application name
    # application_name = "my-application"
  }
}
```

<!-- schema generated by tfplugindocs -->

## Schema

### Required

- `model_uuid` (String) The Juju model UUID.

### Optional

- `application_name` (String) Filter integrations to those that include the given application name.
