adding project page

This commit is contained in:
2025-02-17 07:52:50 -06:00
parent f6daf6e7d3
commit fd5dcf5756
94 changed files with 2097 additions and 2126 deletions

View File

@@ -1,11 +1,11 @@
output "id" {
value = azurerm_static_web_app.static_web_app.id
}
# output "id" {
# value = azurerm_static_web_app.static_web_app.id
# }
output "api_key" {
value = azurerm_static_web_app.static_web_app.api_key
}
# output "api_key" {
# value = azurerm_static_web_app.static_web_app.api_key
# }
output "default_host_name" {
value = azurerm_static_web_app.static_web_app.default_host_name
}
# output "default_host_name" {
# value = azurerm_static_web_app.static_web_app.default_host_name
# }