juju_machine (Data Source)¶
A data source representing a Juju Machine.
Example Usage¶
data "juju_machine" "this" {
model_uuid = juju_model.development.uuid
machine_id = "2"
}
Schema¶
Required¶
machine_id(String) The Juju id of the machine.model_uuid(String) The UUID of the model.
Read-Only¶
id(String) The ID of this resource.