Skip to content

Commit

Permalink
#82 pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Oct 3, 2024
1 parent bdcb67c commit 2cd82ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/code_deploy_role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data "aws_iam_policy_document" "codedeploy" {
}
statement {
effect = "Allow"
actions = "s3:GetObject"
actions = ["s3:GetObject"]
resources = [
"arn:aws:s3:::*/*"
]
Expand Down

0 comments on commit 2cd82ae

Please sign in to comment.