Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lombardi committed Jan 19, 2024
1 parent 53b0071 commit 3cdb5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ resource "aws_db_instance" "postgres_db" {
}

# Redis (ElastiCache)

resource "aws_elasticache_subnet_group" "private_subnet_group" {
name = "${var.prefix}-private-subnet-group"
subnet_ids = [aws_subnet.private-us-east-1a.id, aws_subnet.private-us-east-1b.id]
Expand Down

0 comments on commit 3cdb5cf

Please sign in to comment.