adding optional storage containers to storage module
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user