7-flying-infrastructure - adding terraform (#8)

This commit was merged in pull request #8.
This commit is contained in:
2024-05-21 16:05:35 -05:00
committed by GitHub
parent c33961937b
commit 721b20b116
9 changed files with 101 additions and 0 deletions

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