Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 20, 2024
1 parent ad69dde commit 6d06462
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infrastructure/core/codebuild.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ data "aws_iam_policy_document" "codebuild" {
"logs:PutLogEvents"
]
}

statement {
effect = "Allow"
resources = ["*"]
actions = [
"polly:DescribeVoices"
]
}
}

resource "aws_iam_role_policy" "codebuild" {
Expand Down

0 comments on commit 6d06462

Please sign in to comment.