diff --git a/main.tf b/main.tf index 7c97a98..6a014ef 100644 --- a/main.tf +++ b/main.tf @@ -21,7 +21,7 @@ resource "flux_bootstrap_git" "flux2" { kustomization_override = templatefile( "${path.module}/templates/kustomization-patch.yaml.tpl", { - patches = var.kustomization_patch + patches = var.kustomization_patches } ) embedded_manifests = true