Exchange lines in outputs.tf are now commented out
This commit is contained in:
@@ -37,11 +37,12 @@ output "guacamole_url" {
|
|||||||
output "velociraptor_url" {
|
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_public_ip
|
value = module.exchange.exchange_public_ip
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user