Skip to content

Commit

Permalink
Merge pull request #1 from transcom/B-19459-IAC-UPDATE
Browse files Browse the repository at this point in the history
B-19459-IAC-UPDATE
  • Loading branch information
echarris2 authored Apr 5, 2024
2 parents a2062e1 + 4b19a3c commit b9aa70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data "aws_iam_policy_document" "main" {
]

resources = [
"arn:${data.aws_partition.current.partition}:rds:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:db:${var.cleaner_db_instance_identifier}",
# "arn:${data.aws_partition.current.partition}:rds:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:db:${var.cleaner_db_instance_identifier}",
"arn:${data.aws_partition.current.partition}:rds:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:snapshot:${var.cleaner_db_instance_identifier}-*",
]
}
Expand Down

0 comments on commit b9aa70b

Please sign in to comment.