Skip to content

Commit 093fcfb

Browse files
committed
Fix format of course
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent 5d8bf1f commit 093fcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf/core/srv_webforge.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "hcloud_server" "webforge" {
1313
"env" : "prod"
1414
"source" : "tf-tahoe-lafs-core"
1515
}
16-
ssh_keys = [for k in hcloud_ssh_key.ssh_keys: k.name]
16+
ssh_keys = [for k in hcloud_ssh_key.ssh_keys : k.name]
1717
user_data = <<EOF
1818
#cloud-config
1919

0 commit comments

Comments
 (0)