Adding exchange module for AWS Terraform
This commit is contained in:
@@ -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_url
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user