We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 294211a + db8cfcb commit 2cb9074Copy full SHA for 2cb9074
groups/storage/s3.tf
@@ -42,3 +42,11 @@ resource "aws_s3_bucket_ownership_controls" "data" {
42
object_ownership = "BucketOwnerEnforced"
43
}
44
45
+
46
+module "s3_access_logging" {
47
+ source = "[email protected]:companieshouse/terraform-modules//aws/s3_access_logging?ref=1.0.264"
48
49
+ aws_account = var.aws_account
50
+ aws_region = var.region
51
+ source_s3_bucket_name = aws_s3_bucket.data.id
52
+}
0 commit comments