Skip to content

Commit

Permalink
Fix RDS parameter group permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <[email protected]>
  • Loading branch information
arthurbdiniz committed Apr 20, 2021
1 parent eb61683 commit efee420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam_lambda_role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resource "aws_iam_policy" "maskopy_trust_lambda_role_policy" {
],
"Resource" : [
"arn:aws:rds:*:*:*:*maskopy*",
"arn:aws:rds:*:*:pg:default*",
"arn:aws:rds:*:*:pg:*",
"arn:aws:rds:*:*:subgrp:${var.rds_staging_subnet_group_name}"
]
},
Expand Down

0 comments on commit efee420

Please sign in to comment.