Skip to content

Commit

Permalink
add vpc for sonar support
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Meitner committed Nov 29, 2022
1 parent ff5462a commit 645ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/build/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "aws_iam_policy_document" "codebuild_role_policy" {
statement {
actions = [
"iam:*",
"ec2:*",
"ec2:*",
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
Expand Down

0 comments on commit 645ff2d

Please sign in to comment.