From ae68eb1ac024483b7133450cddf69b4e59032076 Mon Sep 17 00:00:00 2001 From: patrick hermann <47567770+patrick-hermann-sva@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:36:38 +0200 Subject: [PATCH] Update variables.tf --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index d4bdcd4..8de5b3c 100644 --- a/variables.tf +++ b/variables.tf @@ -67,6 +67,7 @@ variable "configmaps" { variable "kustomization_patches" { type = string + default = "" nullable = true description = "kustomization_patches" }