From 196b06dc01944b81bdcee4d7700f8ec464dcd1ba Mon Sep 17 00:00:00 2001 From: Stefan Le Breton Date: Sat, 23 Nov 2024 19:44:26 +0100 Subject: [PATCH] reformat --- talos.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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