diff --git a/modules/storage/variables.tf b/modules/storage/variables.tf index 9d59aa1..037f895 100644 --- a/modules/storage/variables.tf +++ b/modules/storage/variables.tf @@ -16,6 +16,11 @@ variable "storage_account_name" { type = string } +variable "storage_containers" { + default = [] + type = list(string) +} + variable "storage_queues" { default = [] type = list(string)