juju_application (Data Source)

A data source that represents a single Juju application deployment from a charm.

Example Usage

data "juju_application" "this" {
  name       = juju_application.this.name
  model_uuid = juju_model.model.uuid
}

Schema

Required

  • model_uuid (String) The uuid of the model where the application is deployed.

  • name (String) Name of the application.