Skip to content

Commit

Permalink
Merge pull request #459 from cisagov/cd_elasticache_add_create_policy
Browse files Browse the repository at this point in the history
Update elasticache terraform to add CreatePolicy
  • Loading branch information
rapidray12 authored Jul 19, 2024
2 parents 06c5792 + be53335 commit 7da4afe
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 7da4afe

Please sign in to comment.