updating modules
This commit is contained in:
@@ -12,14 +12,6 @@ variable "resource_group_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "static_websites" {
|
||||
default = []
|
||||
type = list(object({
|
||||
error_404_document = string
|
||||
index_document = string
|
||||
}))
|
||||
}
|
||||
|
||||
variable "storage_account_name" {
|
||||
type = string
|
||||
}
|
||||
@@ -45,6 +37,11 @@ variable "storage_queues" {
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "storage_shares" {
|
||||
default = []
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "storage_tables" {
|
||||
default = []
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user