diff --git a/talos.tf b/talos.tf index ad94eb1..249618d 100644 --- a/talos.tf +++ b/talos.tf @@ -161,7 +161,7 @@ resource "talos_machine_configuration_apply" "worker" { } resource "talos_cluster_kubeconfig" "this" { - depends_on = [ talos_machine_bootstrap.this ] + depends_on = [talos_machine_bootstrap.this] client_configuration = talos_machine_secrets.this.client_configuration node = local.endpoint_ip # wait = true