From a374f15ab122042fb3c56715bcd95bfdaddd0e35 Mon Sep 17 00:00:00 2001 From: vandomej Date: Wed, 1 Oct 2025 08:20:19 -0700 Subject: [PATCH] Fixing control plane file location --- 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 09fe938..ccde7f9 100644 --- a/control-plane/main.tf +++ b/control-plane/main.tf @@ -87,7 +87,7 @@ resource "null_resource" "talos_cluster" { resource "null_resource" "talos_cluster_patches" { depends_on = [null_resource.talos_cluster] triggers = { - patches_hash = filesha1("${path.module}/patches/controlplane-patch.yaml") + patches_hash = filesha1("${path.module}/patches/controlplane-patch-1.yaml") } provisioner "local-exec" {