2020-09-10 14:02:49 +00:00
|
|
|
output "provisioner_dns_name" {
|
2021-02-04 19:49:28 +00:00
|
|
|
value = "${split("-", metal_device.tink_provisioner.id)[0]}.packethost.net"
|
2020-09-10 14:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
output "provisioner_ip" {
|
2021-02-04 19:49:28 +00:00
|
|
|
value = metal_device.tink_provisioner.network[0].address
|
2020-09-10 14:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
output "worker_mac_addr" {
|
2021-02-04 19:49:28 +00:00
|
|
|
value = formatlist("%s", metal_device.tink_worker[*].ports[1].mac)
|
2020-09-10 14:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
output "worker_sos" {
|
2021-02-04 19:49:28 +00:00
|
|
|
value = formatlist("%s@sos.%s.platformequinix.com", metal_device.tink_worker[*].id, metal_device.tink_worker[*].deployed_facility)
|
2020-09-10 14:02:49 +00:00
|
|
|
}
|