adding static web to storage account

This commit is contained in:
2025-04-18 15:42:19 -05:00
parent 8de2d0275f
commit 870036b14e
3 changed files with 7 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ variable "resource_group_name" {
variable "static_websites" {
default = []
type = list(object({
error_404_document = string
index_document = string
}))
}