From a0bb12541ca9c9373f3218c21af4469347298bd9 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 24 Aug 2025 11:08:24 -0500 Subject: [PATCH] updating modules --- modules/container_app/container_app.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/container_app/container_app.tf b/modules/container_app/container_app.tf index 6ffa9bc..a181bcb 100644 --- a/modules/container_app/container_app.tf +++ b/modules/container_app/container_app.tf @@ -111,7 +111,7 @@ resource "azurerm_container_app" "container_app_app" { } lifecycle { - ignore_changes = [ template[0].container[0].image, registry[0].server ] + ignore_changes = [ template[0].container[0].image, template[0].container[0].image, temaplate[0].init_container[0].image, registry[0].server ] } }