From 560627099023971aabcfa2385442bf5954beb18c Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Tue, 19 Aug 2025 07:42:50 -0500 Subject: [PATCH] updating modules --- modules/container_app/variables.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/container_app/variables.tf b/modules/container_app/variables.tf index 5ac6c46..b7c31ee 100644 --- a/modules/container_app/variables.tf +++ b/modules/container_app/variables.tf @@ -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 }