Skip to content

Commit

Permalink
Merge pull request #162 from companieshouse/feature/dvop-2825-s3-logging
Browse files Browse the repository at this point in the history
Add logging config to s3 bucket
  • Loading branch information
JMetherell committed May 7, 2024
2 parents 08c3c46 + 1c68d2c commit 9a0a637
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions groups/fil/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ terraform {
provider "aws" {
region = var.region
}

####################################################################################################
## S3 access logging
####################################################################################################

module "s3_access_logging" {
source = "git@github.com:companieshouse/terraform-modules//aws/s3_access_logging?ref=tags/1.0.264"

count = local.ef_presenter_data_count

aws_account = var.aws_account
aws_region = var.region
source_s3_bucket_name = local.ef_presenter_data_bucket_name
}

0 comments on commit 9a0a637

Please sign in to comment.