Files
noahspan-flying/infrastructure/config/outputs.tf
2025-11-20 19:08:24 -06:00

7 lines
84 B
HCL

output "app" {
value = module.app
}
output "storage" {
value = module.storage
}