7-flying-infrastructure - adding terraform
This commit is contained in:
8
infrastructure/outputs.tf
Normal file
8
infrastructure/outputs.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
output "api_key" {
|
||||
value = module.static_web_app.api_key
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "default_host_name" {
|
||||
value = module.static_web_app.default_host_name
|
||||
}
|
||||
Reference in New Issue
Block a user