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