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