Skip to content

Commit

Permalink
Merge pull request #8241 from ministryofjustice/fix/correct-firewall-…
Browse files Browse the repository at this point in the history
…loggroup

Correct reference to firewall log group
  • Loading branch information
dms1981 authored Oct 10, 2024
2 parents 83d638e + f45cc31 commit 4c9db56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/core-network-services/logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_route53_resolver_query_log_config_association" "core_logging" {

module "stream_firewall_logs" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=cebe39c438390ffb5355827ec9469cfe9b09c22c" # v1.2.1
cloudwatch_log_group_names = [module.vpc_inspection["live_data"].fw_cloudwatch_name, aws_cloudwatch_log_group.external_inspection.name]
cloudwatch_log_group_names = [module.vpc_inspection["live_data"].fw_cloudwatch_name, module.firewall_logging.cloudwatch_log_group_name]
destination_http_endpoint = data.aws_ssm_parameter.cortex_xsiam_endpoint.value
tags = local.tags
}

0 comments on commit 4c9db56

Please sign in to comment.