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
|
||||
# }
|
||||
Reference in New Issue
Block a user