From 2b17b40dfb5c39f37e43686b928dd449a0663dbd Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 24 Aug 2025 12:45:08 -0500 Subject: [PATCH] updating modules --- modules/container_app/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/container_app/variables.tf b/modules/container_app/variables.tf index 0b32e2f..1dc8e9c 100644 --- a/modules/container_app/variables.tf +++ b/modules/container_app/variables.tf @@ -142,7 +142,7 @@ variable "volume" { default = [] type = list(object({ name = string - storage_name = string - storage_type = string + storage_name = optional(string) + storage_type = optional(string) })) } \ No newline at end of file