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
# }

View File

@@ -1,24 +1,24 @@
variable "region" {
# variable "region" {
}
# }
variable "resource_group_name" {
# variable "resource_group_name" {
}
# }
variable "static_web_app_name" {
# variable "static_web_app_name" {
}
# }
variable "custom_domain_name_count" {
# variable "custom_domain_name_count" {
}
# }
variable "domain_name" {
# variable "domain_name" {
}
# }
variable "subdomain_name" {
# variable "subdomain_name" {
}
# }