First commit
This commit is contained in:
13
infrastructure/outputs.tf
Normal file
13
infrastructure/outputs.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
output "api_key" {
|
||||
value = module.static_web_app.api_key
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "default_host_name" {
|
||||
value = module.static_web_app.default_host_name
|
||||
}
|
||||
|
||||
output "validation_token" {
|
||||
value = azurerm_static_web_app_custom_domain.static_web_app_custom_domain_txt.validation_token
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user