updating modules
This commit is contained in:
@@ -111,7 +111,7 @@ resource "azurerm_container_app" "container_app_app" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = var.ignore_changes
|
ignore_changes = [ template[0].container[0].image, registry.server ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,11 +46,6 @@ 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