Skip to content

Commit

Permalink
bumped references to data firehose module to remove double compressio…
Browse files Browse the repository at this point in the history
…n of logs
  • Loading branch information
dms1981 committed Sep 17, 2024
1 parent 1eba7e9 commit c6ca0c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/core-network-services/logging.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "logging-vpc-flow-logs" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=c734a2e83c8b034a07b6d11e1975c4f230f42ec4" #v1.0.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=2e58c8fd0b43ca8461dfd0c8cc5f43a1a9c49987" #v1.1.0
for_each = local.is-production ? { "build" = true } : {}
cloudwatch_log_group_names = local.cloudwatch_vpc_flow_log_groups
destination_bucket_arn = local.cloudwatch_log_buckets["vpc-flow-logs"]
Expand Down
4 changes: 2 additions & 2 deletions terraform/environments/core-vpc/logging.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module "logging-r53-resolver" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=c734a2e83c8b034a07b6d11e1975c4f230f42ec4" #v1.0.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=2e58c8fd0b43ca8461dfd0c8cc5f43a1a9c49987" #v1.1.0
for_each = local.is-production ? { "build" = true } : {}
cloudwatch_log_group_names = local.cloudwatch_r53_resolver_log_groups
destination_bucket_arn = local.cloudwatch_log_buckets["r53-resolver-logs"]
tags = local.tags
}

module "logging-vpc-flow-logs" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=c734a2e83c8b034a07b6d11e1975c4f230f42ec4" #v1.0.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-aws-data-firehose?ref=2e58c8fd0b43ca8461dfd0c8cc5f43a1a9c49987" #v1.1.0
for_each = local.is-production ? { "build" = true } : {}
cloudwatch_log_group_names = local.cloudwatch_vpc_flow_log_groups
destination_bucket_arn = local.cloudwatch_log_buckets["vpc-flow-logs"]
Expand Down

0 comments on commit c6ca0c4

Please sign in to comment.