Skip to content

Commit c6e0e17

Browse files
committed
fix: calico connnection provisioner
1 parent c3276c0 commit c6e0e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-calico.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "null_resource" "calico" {
22
count = var.calico_enabled ? 1 : 0
33

44
connection {
5-
host = hcloud_server.master.*.ipv4_address
5+
host = hcloud_server.master.0.ipv4_address
66
private_key = file(var.ssh_private_key)
77
}
88

0 commit comments

Comments
 (0)