diff --git a/infrastructure/database.tf b/infrastructure/database.tf index f1b0dc01..d04c4439 100644 --- a/infrastructure/database.tf +++ b/infrastructure/database.tf @@ -166,7 +166,7 @@ resource "aws_iam_role_policy" "db_accessor_s3_policy" { "Action": [ "lambda:InvokeFunction" ], - "Resource": * + "Resource": ["*"] } ] } diff --git a/infrastructure/pe_worker.tf b/infrastructure/pe_worker.tf index 01b6e6d0..573e2776 100644 --- a/infrastructure/pe_worker.tf +++ b/infrastructure/pe_worker.tf @@ -66,7 +66,7 @@ resource "aws_ecs_task_definition" "pe_worker" { { "name": "DB_PORT", "value": "${var.db_port}" - }, + } ], "secrets": [ {