Tinkerbell.Sandbox/deploy/terraform/outputs.tf
Jacob Weinstock afc878ad88 Add Terraform with Equinix Metal:
This gets the Tinkerbell Sandbox up and running with
Terraform on Equinix Metal.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
2021-08-19 10:46:16 -06:00

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)
}