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" {