From ad179d7c3ed4973f8ad7a471a1b24be43e53e9ab Mon Sep 17 00:00:00 2001 From: Spencer Tuft Date: Thu, 23 Jun 2022 15:13:54 -0600 Subject: [PATCH] style: remove comment to fix linting --- examples/ci/ci.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ci/ci.tf b/examples/ci/ci.tf index 95c37a8..49c2c9b 100644 --- a/examples/ci/ci.tf +++ b/examples/ci/ci.tf @@ -31,7 +31,6 @@ module "humio_logger" { vpc_id = module.acs.vpc.id subnet_ids = module.acs.private_subnet_ids humio_protocol = "HTTP" - # humio_host = "${module.acs.humio_prd_endpoint}:8080" humio_host = "example.com" humio_ingest_token = var.humio_token }