updating modules

This commit is contained in:
2025-08-24 10:04:04 -05:00
parent 928cf9c733
commit 64375cd9e2
2 changed files with 1 additions and 6 deletions

View File

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

View File

@@ -46,11 +46,6 @@ variable "domain_name" {
type = string
}
variable "ignore_changes" {
default = []
type = list(string)
}
variable "ingress_external_enabled" {
default = false
type = bool