adding static web to storage account
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
resource "azurerm_storage_account_static_website" "static_website" {
|
resource "azurerm_storage_account_static_website" "static_website" {
|
||||||
count = length(var.storage_tables)
|
count = length(var.static_websites)
|
||||||
storage_account_id = azurerm_storage_account.storage_account.id
|
storage_account_id = azurerm_storage_account.storage_account.id
|
||||||
error_404_document = var.static_websites[count.index].error_404_document
|
error_404_document = var.static_websites[count.index].error_404_document
|
||||||
index_document = var.static_websites[count.index].index_document
|
index_document = var.static_websites[count.index].index_document
|
||||||
|
|||||||
Reference in New Issue
Block a user