updating modules
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
variable "app_subdomain_name" {
|
variable "app_subdomain_name" {
|
||||||
|
default = ""
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,6 +42,7 @@ variable "dns_zone_resource_group" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "domain_name" {
|
variable "domain_name" {
|
||||||
|
default = ""
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -55,6 +57,7 @@ variable "ingress_allow_insecure_connections" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "ingress_target_port" {
|
variable "ingress_target_port" {
|
||||||
|
default = 3000
|
||||||
type = number
|
type = number
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user