Skip to content

Commit

Permalink
align names
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 11, 2023
1 parent c8348bd commit 0958540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "aws_iam_policy" "rds-s3_access_policy" {
}

resource "aws_iam_role_policy_attachment" "rds_s3_access_attach" {
role = aws_iam_role.rds_s3_access.name
role = aws_iam_role.rds_s3_access_policy.name
policy_arn = aws_iam_policy.rds_s3_access_policy.arn
}

Expand Down

0 comments on commit 0958540

Please sign in to comment.