From 353a88cbd47d10ae9a89af77ede213c046c5df7b Mon Sep 17 00:00:00 2001 From: vandomej Date: Sun, 28 Sep 2025 11:39:40 -0700 Subject: [PATCH] Trying to cleanup before running cluster create --- control_plane/main.tf | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/control_plane/main.tf b/control_plane/main.tf index d2e004d..4ed9a0f 100644 --- a/control_plane/main.tf +++ b/control_plane/main.tf @@ -62,13 +62,26 @@ resource "null_resource" "talos_cluster" { provisioner "local-exec" { command = <