From 6fe96d91dcdb21ac0b0e8794608838adab19fdc6 Mon Sep 17 00:00:00 2001 From: Bohdan Tverdyi Date: Tue, 24 Jan 2023 15:39:53 +0200 Subject: [PATCH] Fix image pull secrets --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index eda0f1b..b463797 100644 --- a/variables.tf +++ b/variables.tf @@ -164,5 +164,5 @@ variable "lifecycle_events" { variable "image_pull_secrets" { description = "(Optional) Specify list of pull secrets" type = map(string) - default = null + default = {} } \ No newline at end of file