Skip to content

Commit

Permalink
unrestricted rds:AddTagsToResource
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-j-smith committed Feb 23, 2024
1 parent 018f8ec commit a25021a
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 @@ -261,7 +261,6 @@ data "aws_iam_policy_document" "irsa" {
"rds:DeleteBlueGreenDeployment",
"rds:DescribeBlueGreenDeployments",
"rds:SwitchoverBlueGreenDeployment",
"rds:AddTagsToResource",
]

resources = [
Expand All @@ -276,6 +275,7 @@ data "aws_iam_policy_document" "irsa" {
effect = "Allow"
actions = [
"rds:CreateDBInstanceReadReplica",
"rds:AddTagsToResource",
]

resources = [
Expand Down

0 comments on commit a25021a

Please sign in to comment.