Skip to content

Commit

Permalink
fix terraform errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Mar 14, 2024
1 parent ab676fb commit eedf3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ resource "aws_iam_role_policy" "db_accessor_s3_policy" {
"Action": [
"lambda:InvokeFunction"
],
"Resource": *
"Resource": ["*"]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/pe_worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "aws_ecs_task_definition" "pe_worker" {
{
"name": "DB_PORT",
"value": "${var.db_port}"
},
}
],
"secrets": [
{
Expand Down

0 comments on commit eedf3a7

Please sign in to comment.