diff --git a/terraform/mhs_inbound.tf b/terraform/mhs_inbound.tf index 88efc4c..8431d18 100644 --- a/terraform/mhs_inbound.tf +++ b/terraform/mhs_inbound.tf @@ -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