updating modules
This commit is contained in:
@@ -111,7 +111,7 @@ resource "azurerm_container_app" "container_app_app" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [ template[0].container[*].image, template[0].init_container[*].image, registry.server ]
|
ignore_changes = var.ignore_changes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,11 @@ variable "domain_name" {
|
|||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "ignore_changes" {
|
||||||
|
default = []
|
||||||
|
type = list(string)
|
||||||
|
}
|
||||||
|
|
||||||
variable "ingress_external_enabled" {
|
variable "ingress_external_enabled" {
|
||||||
default = false
|
default = false
|
||||||
type = bool
|
type = bool
|
||||||
|
|||||||
Reference in New Issue
Block a user