From 0c2d45ccbccb41581ad31ff7d98bf04bfdeb0461 Mon Sep 17 00:00:00 2001 From: vandomej Date: Fri, 3 Oct 2025 11:00:13 -0700 Subject: [PATCH] Fixing destroy keyword --- 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 31e8703..5e51ea0 100644 --- a/control-plane/main.tf +++ b/control-plane/main.tf @@ -110,7 +110,7 @@ resource "null_resource" "control_plane_node_1" { } provisioner "local-exec" { - when = destroyed + when = destroy command = <