diff --git a/install-calico.tf b/install-calico.tf index 56e2c56..a7b618f 100644 --- a/install-calico.tf +++ b/install-calico.tf @@ -10,6 +10,6 @@ resource "null_resource" "calico" { inline = ["kubectl apply -f https://docs.projectcalico.org/archive/v3.15/manifests/calico.yaml"] } - depends_on = ["hcloud_server.master"] + depends_on = [hcloud_server.master] }