Moving app to azure storage
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user