From 15f004e06c98a7138af88dc3ef0f1a6bcfcf1a34 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 23 Aug 2025 20:27:07 -0500 Subject: [PATCH] updating modules --- modules/container_app/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/container_app/variables.tf b/modules/container_app/variables.tf index 731e71b..d69a454 100644 --- a/modules/container_app/variables.tf +++ b/modules/container_app/variables.tf @@ -143,7 +143,6 @@ variable "volume" { type = list(object({ name = string storage_type = string - storage_name = string share_name = string })) } \ No newline at end of file