afc878ad88
This gets the Tinkerbell Sandbox up and running with Terraform on Equinix Metal. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
8 lines
242 B
HCL
8 lines
242 B
HCL
output "provisioner_ip" {
|
|
value = metal_device.tink_provisioner.network[0].address
|
|
}
|
|
|
|
output "worker_sos" {
|
|
value = formatlist("%s@sos.%s.platformequinix.com", metal_device.tink_worker[*].id, metal_device.tink_worker.deployed_facility)
|
|
}
|