Skip to content

Commit

Permalink
Update elasticache terraform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Jul 18, 2024
1 parent 8339344 commit 3205de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ resource "aws_iam_policy" "elasticache_policy" {
resource "aws_iam_user_policy_attachment" "elasticache_user_policy_attachment" {
user = "crossfeed-deploy-staging"
policy_arn = aws_iam_policy.elasticache_policy.arn
}
}

0 comments on commit 3205de3

Please sign in to comment.