diff --git a/infrastructure/elasticache.tf b/infrastructure/elasticache.tf index 3884b0c4..807b3726 100644 --- a/infrastructure/elasticache.tf +++ b/infrastructure/elasticache.tf @@ -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 -} \ No newline at end of file +}