diff --git a/terraform/gcp/env/us-east/main.tf b/terraform/gcp/env/us-east/main.tf index 30ac00410..c2e8f9141 100644 --- a/terraform/gcp/env/us-east/main.tf +++ b/terraform/gcp/env/us-east/main.tf @@ -48,41 +48,3 @@ module "hashistack" { server_count = var.server_count client_count = var.client_count } - -output "hashistack_load_balancer_external_ip" { - description = "The external ip address of the HashiStack load balacner." - value = module.hashistack.load_balancer_external_ip -} - -output "manual_config_steps" { - value = <