Fixing control plane file location
This commit is contained in:
parent
20e9af5b8b
commit
a374f15ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue