Skip to content

Commit

Permalink
style: remove comment to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stuft2 committed Jun 23, 2022
1 parent ac10a7d commit ad179d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ci/ci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ad179d7

Please sign in to comment.