juju_model (Data Source)

A data source representing a Juju Model.

Example Usage

data "juju_model" "this" {
  name = "development"
}

Schema

Required

  • name (String) The name of the model.

Read-Only

  • id (String) The ID of this resource.

  • uuid (String) The UUID of the model.