Skip to content

Commit

Permalink
[PRMT-3114] Removed access logs for mhs inbound
Browse files Browse the repository at this point in the history
  • Loading branch information
rosienhs committed Feb 9, 2023
1 parent 7b95fb2 commit 487c1af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/mhs_inbound.tf
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,6 @@ resource "aws_lb" "public_inbound_nlb" {
allocation_id = aws_eip.mhs_inbound_nlb_public_ip[2].id
}

access_logs {
bucket = data.aws_ssm_parameter.alb_access_logs_bucket.value
enabled = true
prefix = "mhs-inbound"
}

tags = {
Name = "${var.environment}-${var.cluster_name}-mhs-inbound"
Environment = var.environment
Expand Down

0 comments on commit 487c1af

Please sign in to comment.