Skip to content

Commit

Permalink
Update elasticache terraform to add CreatePolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Jul 19, 2024
1 parent 06c5792 commit be53335
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infrastructure/elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ resource "aws_iam_policy" "elasticache_policy" {
"elasticache:CreateCacheSubnetGroup",
"elasticache:DeleteCacheSubnetGroup",
"elasticache:DescribeCacheSubnetGroups",
"elasticache:ModifyCacheSubnetGroup"
"elasticache:ModifyCacheSubnetGroup",
"iam:CreatePolicy",
"iam:AttachUserPolicy"
]
Resource = "*"
}
Expand Down

0 comments on commit be53335

Please sign in to comment.