Skip to content

Commit

Permalink
remove duplicate port
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbgov committed Mar 27, 2024
1 parent 86ffcd7 commit 64d8b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resource-groups/elasticache-redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ resource "aws_elasticache_replication_group" "rg" {
resource "aws_elasticache_cluster" "cluster" {
apply_immediately = var.elasticache_cluster_apply_immediately
cluster_id = var.cluster_id
port = 6379
security_group_ids = [aws_security_group.cluster.id]
subnet_group_name = aws_elasticache_subnet_group.cluster.name
replication_group_id = aws_elasticache_replication_group.rg.id
Expand Down

0 comments on commit 64d8b24

Please sign in to comment.