We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3276c0 commit c6e0e17Copy full SHA for c6e0e17
install-calico.tf
@@ -2,7 +2,7 @@ resource "null_resource" "calico" {
2
count = var.calico_enabled ? 1 : 0
3
4
connection {
5
- host = hcloud_server.master.*.ipv4_address
+ host = hcloud_server.master.0.ipv4_address
6
private_key = file(var.ssh_private_key)
7
}
8
0 commit comments