From 4be4187020779acde9cff9031bacdd9d9fd69a02 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 24 Oct 2024 00:33:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(images):=20update=20module?= =?UTF-8?q?=20ref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 10215b3..b0fdd5e 100644 --- a/main.tf +++ b/main.tf @@ -72,7 +72,7 @@ module "preinstall" { } resource "helm_release" "kiali_operator" { - depends_on = [module.image] + depends_on = [module.images] chart = "kiali-operator" version = var.kiali_operator_version name = "kiali-operator"