Exchange lines in outputs.tf are now commented out

This commit is contained in:
Wherekonshade
2021-06-23 02:10:42 -05:00
committed by GitHub
parent 1ca280fab7
commit e27cf624f3

View File

@@ -37,7 +37,7 @@ output "guacamole_url" {
output "velociraptor_url" {
value = local.velociraptor_url
}
/*
output "exchange_public_ip" {
value = module.exchange.exchange_public_ip
}
@@ -45,3 +45,4 @@ output "exchange_public_ip" {
output "exchange_url" {
value = module.exchange.exchange_public_ip
}
*/