Skip to content

Commit 4c670b8

Browse files
committed
format lambda-edge-presign.tf
Signed-off-by: NogaNHS <[email protected]>
1 parent 2cc4f7c commit 4c670b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

infrastructure/lambda-edge-presign.tf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,14 @@ module "edge-presign-lambda" {
7979
providers = {
8080
aws = aws.us_east_1
8181
}
82-
bucket_names = [module.ndr-lloyd-george-store.bucket_id, module.ndr-document-pending-review-store.bucket_id, module.ndr-bulk-staging-store.bucket_id]
83-
table_name = module.cloudfront_edge_dynamodb_table.table_name
82+
bucket_names = [
83+
module.ndr-lloyd-george-store.bucket_id,
84+
module.ndr-document-pending-review-store.bucket_id,
85+
module.ndr-bulk-staging-store.bucket_id
86+
]
87+
table_name = module.cloudfront_edge_dynamodb_table.table_name
8488
}
8589

86-
87-
8890
resource "aws_iam_policy" "staging_bucket_put" {
8991
name = "${terraform.workspace}_staging_bucket_put"
9092
policy = jsonencode({

0 commit comments

Comments
 (0)