7-flying-infrastructure - adding terraform

This commit is contained in:
2024-05-21 14:34:14 -05:00
parent c33961937b
commit a288a5c29c
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
}