updating modules

This commit is contained in:
2025-08-23 09:35:11 -05:00
parent 82acb1c670
commit c4ecab9340

View File

@@ -14,10 +14,10 @@ variable "share_name" {
type = string type = string
} }
variable "storage_account_access_key" { variable "access_key" {
type = string type = string
} }
variable "storage_account_name" { variable "account_name" {
type = string type = string
} }