updating modules

This commit is contained in:
2025-08-19 07:42:50 -05:00
parent bc6720b56e
commit 5606270990

View File

@@ -1,4 +1,5 @@
variable "app_subdomain_name" {
default = ""
type = string
}
@@ -41,6 +42,7 @@ variable "dns_zone_resource_group" {
}
variable "domain_name" {
default = ""
type = string
}
@@ -55,6 +57,7 @@ variable "ingress_allow_insecure_connections" {
}
variable "ingress_target_port" {
default = 3000
type = number
}