adding project page
This commit is contained in:
@@ -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
|
||||
# }
|
||||
@@ -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" {
|
||||
|
||||
}
|
||||
# }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user