updating modules

This commit is contained in:
2025-08-24 10:10:42 -05:00
parent 64375cd9e2
commit 801cf07362

View File

@@ -111,7 +111,7 @@ resource "azurerm_container_app" "container_app_app" {
} }
lifecycle { lifecycle {
ignore_changes = [ template[0].container[0].image, registry.server ] ignore_changes = [ template[0].container[0].image, registry[0].server ]
} }
} }