From 487c1aff9668a0ac6d1f067bd32abe88b041d957 Mon Sep 17 00:00:00 2001 From: Rosie Davidson Date: Thu, 9 Feb 2023 11:25:20 +0000 Subject: [PATCH] [PRMT-3114] Removed access logs for mhs inbound --- terraform/mhs_inbound.tf | 6 ------ 1 file changed, 6 deletions(-) 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