Skip to content

Commit

Permalink
Update elasticache terraform add DeletePolisy to elasticache
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Jul 22, 2024
1 parent 2c15be4 commit fdc589b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ resource "aws_iam_policy" "elasticache_policy" {
"iam:CreatePolicy",
"iam:AttachUserPolicy",
"iam:GetPolicyVersion",
"iam:ListPolicyVersions"
"iam:ListPolicyVersions",
"iam:DeletePolicy"
]
Resource = "*"
}
Expand Down

0 comments on commit fdc589b

Please sign in to comment.