Skip to content

Commit b7bbae5

Browse files
committed
tf: Use format instead of formatlist for worker_sos output
Makes it easier to use since we can avoid jq. Signed-off-by: Manuel Mendez <[email protected]>
1 parent 47ef145 commit b7bbae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/terraform/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ output "worker_macs" {
1919
}
2020

2121
output "worker_sos" {
22-
value = formatlist("%s@sos.%s.platformequinix.com", metal_device.tink_worker[*].id, metal_device.tink_worker.deployed_facility)
22+
value = format("%s@sos.%s.platformequinix.com", metal_device.tink_worker.id, metal_device.tink_worker.deployed_facility)
2323
}

0 commit comments

Comments
 (0)