diff --git a/infrastructure/elasticache.tf b/infrastructure/elasticache.tf index e580e54e..73fb5624 100644 --- a/infrastructure/elasticache.tf +++ b/infrastructure/elasticache.tf @@ -67,7 +67,8 @@ resource "aws_iam_policy" "elasticache_policy" { "iam:CreatePolicy", "iam:AttachUserPolicy", "iam:GetPolicyVersion", - "iam:ListPolicyVersions" + "iam:ListPolicyVersions", + "iam:DeletePolicy" ] Resource = "*" }