# juju_offer (Data Source)

A data source representing a Juju Offer.

## Example Usage

```terraform
data "juju_offer" "this" {
  url = "admin/development.mysql"
}
```

<!-- schema generated by tfplugindocs -->

## Schema

### Required

- `url` (String) The offer URL.

### Optional

- `offering_controller` (String) The name of the offering controller.

### Read-Only

- `application_name` (String) The name of the application.
- `endpoints` (Set of String) The endpoint names.
- `id` (String) The ID of this resource.
- `name` (String) The name of the offer.
