Moving app to azure storage

This commit is contained in:
2025-04-19 12:08:34 -05:00
parent 01e180e8f3
commit b2bd0de4dc
6 changed files with 22 additions and 70 deletions

View File

@@ -56,6 +56,12 @@ locals {
index_document = "index.html"
}
]
prod = [
{
error_404_document = "custom_not_found.html"
index_document = "index.html"
}
]
}
storage_account_name = {
@@ -73,6 +79,15 @@ locals {
source = "index.html"
}
]
prod = [
{
name = "web"
storage_container_name = "$web"
type = "Block"
content_type = "text/html"
source = "index.html"
}
]
}
storage_tables = {