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.id(String) The ID of this resource.name(String) The name of the offer.