From c4ecab9340b272a2ef9174c7354b7aaa6b183fa5 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 23 Aug 2025 09:35:11 -0500 Subject: [PATCH] updating modules --- modules/container_app_environment_storage/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/container_app_environment_storage/variables.tf b/modules/container_app_environment_storage/variables.tf index 54a7cc3..6185c0d 100644 --- a/modules/container_app_environment_storage/variables.tf +++ b/modules/container_app_environment_storage/variables.tf @@ -14,10 +14,10 @@ variable "share_name" { type = string } -variable "storage_account_access_key" { +variable "access_key" { type = string } -variable "storage_account_name" { +variable "account_name" { type = string } \ No newline at end of file