adding optional storage containers to storage module

This commit is contained in:
2025-03-19 09:57:52 -05:00
parent e0a9727b78
commit f528795350

View File

@@ -16,6 +16,11 @@ variable "storage_account_name" {
type = string type = string
} }
variable "storage_containers" {
default = []
type = list(string)
}
variable "storage_queues" { variable "storage_queues" {
default = [] default = []
type = list(string) type = list(string)