Skip to content

Commit 69198ff

Browse files
[PRMP-892] address PR comments
1 parent b364c15 commit 69198ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

infrastructure/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55

66
resource "aws_cloudfront_origin_access_control" "s3" {
77
name = "${terraform.workspace}_cloudfront_s3_oac_policy"
8-
description = "Cloud Front S3 OAC"
8+
description = "CloudFront S3 OAC"
99
origin_access_control_origin_type = "s3"
1010
signing_behavior = "never"
1111
signing_protocol = "sigv4"

infrastructure/lambda-edge-presign.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ resource "aws_iam_policy" "staging_bucket_put" {
9696
"s3:PutObject"
9797
],
9898
Resource = [
99-
module.ndr-bulk-staging-store.bucket_arn,
10099
"${module.ndr-bulk-staging-store.bucket_arn}/*",
101100
]
102101
}

0 commit comments

Comments
 (0)