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 e4d3a8d commit c8348bd
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 @@ -66,7 +66,7 @@ resource "aws_iam_role_policy_attachment" "rds_s3_access_attach" {
policy_arn = aws_iam_policy.rds_s3_access_policy.arn
}

resource "aws_iam_role" "rds_s3_access" {
resource "aws_iam_role" "rds_s3_access_policy" {
assume_role_policy = jsonencode({
Version = "2012-10-17",
Statement = [
Expand Down

0 comments on commit c8348bd

Please sign in to comment.