juju_ssh_key (List Resource)

Example Usage

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

  config {
    model_uuid = "<model-uuid>"
  }
}

Schema

Required

  • model_uuid (String) The Juju model UUID.