Adding exchange module for AWS Terraform

This commit is contained in:
Chris Long
2021-05-14 20:13:57 -07:00
parent fe8fed0719
commit 274e622e28
17 changed files with 231 additions and 128 deletions

View File

@@ -37,3 +37,11 @@ output "guacamole_url" {
output "velociraptor_url" {
value = local.velociraptor_url
}
output "exchange_public_ip" {
value = module.exchange.exchange_public_ip
}
output "exchange_url" {
value = module.exchange.exchange_public_ip
}