juju_offer (Data Source)

A data source representing a Juju Offer.

Example Usage

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

Schema

Required

  • url (String) The offer URL.

Read-Only

  • application_name (String) The name of the application.

  • endpoints (Set of String) The endpoint names. Changing this value will cause the offer to be destroyed and recreated by terraform.

  • id (String) The ID of this resource.

  • model (String) The name of the model to operate in.

  • name (String) The name of the offer.