Skip to content

Commit

Permalink
configured role
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 12, 2023
1 parent 67b5e84 commit 1323a5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ 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
policy_arn = aws_iam_policy.rds_s3_access_policy.arn
}



data "aws_secretsmanager_secret" "db_password" {
Expand Down

0 comments on commit 1323a5e

Please sign in to comment.