From 8e1424a0a2ffe1c4de3d9627557cbaea1042df8a Mon Sep 17 00:00:00 2001 From: vandomej Date: Sun, 28 Sep 2025 12:12:31 -0700 Subject: [PATCH] Fixing when argument --- control_plane/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control_plane/main.tf b/control_plane/main.tf index 82fe4a7..fd9c688 100644 --- a/control_plane/main.tf +++ b/control_plane/main.tf @@ -86,7 +86,7 @@ resource "null_resource" "talos_cluster" { } provisioner "local-exec" { - when = destroyed + when = destroy command = <