creating storage module

This commit is contained in:
2025-02-24 08:11:09 -06:00
parent 01b3303a38
commit 8217cfb99b
7 changed files with 43 additions and 18 deletions

View File

@@ -68,14 +68,10 @@ variable "resource_group_name" {
type = string
}
variable "storage_account_name" {
variable "storage_account_primary_connection_string" {
type = string
}
variable "storage_tables" {
type = list(string)
}
variable "tenant_id" {
type = string
}