Fixing control plane file location

This commit is contained in:
vandomej 2025-10-01 08:20:19 -07:00
parent 20e9af5b8b
commit a374f15ab1

View file

@ -87,7 +87,7 @@ resource "null_resource" "talos_cluster" {
resource "null_resource" "talos_cluster_patches" { resource "null_resource" "talos_cluster_patches" {
depends_on = [null_resource.talos_cluster] depends_on = [null_resource.talos_cluster]
triggers = { triggers = {
patches_hash = filesha1("${path.module}/patches/controlplane-patch.yaml") patches_hash = filesha1("${path.module}/patches/controlplane-patch-1.yaml")
} }
provisioner "local-exec" { provisioner "local-exec" {