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.
1 parent b364c15 commit 69198ffCopy full SHA for 69198ff
infrastructure/cloudfront.tf
@@ -5,7 +5,7 @@ locals {
5
6
resource "aws_cloudfront_origin_access_control" "s3" {
7
name = "${terraform.workspace}_cloudfront_s3_oac_policy"
8
- description = "Cloud Front S3 OAC"
+ description = "CloudFront S3 OAC"
9
origin_access_control_origin_type = "s3"
10
signing_behavior = "never"
11
signing_protocol = "sigv4"
infrastructure/lambda-edge-presign.tf
@@ -96,7 +96,6 @@ resource "aws_iam_policy" "staging_bucket_put" {
96
"s3:PutObject"
97
],
98
Resource = [
99
- module.ndr-bulk-staging-store.bucket_arn,
100
"${module.ndr-bulk-staging-store.bucket_arn}/*",
101
]
102
}
0 commit comments