Skip to content

Commit

Permalink
Merge pull request #259 from andrew-aiken/bugfix/codebuild-secrets-rd…
Browse files Browse the repository at this point in the history
…s-snapshot-perm-error

Updated codebuild secrets iam permissions to allow tagging rds resource
  • Loading branch information
TeneBrae93 authored Jun 7, 2024
2 parents e6d1d77 + ea40859 commit 6e61938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenarios/codebuild_secrets/terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "aws_iam_policy" "cg-calrissian-policy" {
"Sid": "calrissian",
"Effect": "Allow",
"Action": [
"rds:AddTagsToResource",
"rds:CreateDBSnapshot",
"rds:DescribeDBInstances",
"rds:ModifyDBInstance",
Expand Down

0 comments on commit 6e61938

Please sign in to comment.