juju_model (List Resource)

Example Usage

list "juju_model" "this" {
  provider         = juju
  include_resource = true

  config {
    # Optional: filter by model uuid
    # model_uuid = "<model-uuid>"
  }
}

Schema

Optional

  • model_uuid (String) Filter results to a specific model UUID.