Update outputs.tf

This commit is contained in:
Chris Long
2021-05-16 18:04:45 -07:00
committed by GitHub
parent 06cfa59bec
commit 58c843eccc

View File

@@ -38,10 +38,10 @@ output "velociraptor_url" {
value = local.velociraptor_url value = local.velociraptor_url
} }
output "exchange_public_ip" { #output "exchange_public_ip" {
value = module.exchange.exchange_public_ip # value = module.exchange.exchange_public_ip
} #}
output "exchange_url" { #output "exchange_url" {
value = module.exchange.exchange_url # value = module.exchange.exchange_url
} #}