Skip to content

Commit

Permalink
Add count
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Aug 22, 2024
1 parent b9f048e commit c34ab78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_elasticache_cluster" "default" {
engine_version = var.redis_engine_version
port = 6379

subnet_group_name = aws_elasticache_subnet_group.default.name
subnet_group_name = aws_elasticache_subnet_group.default[0].name
security_group_ids = [aws_security_group.node.id]

tags = {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,4 @@ variable "s3_csi_bucket_names" {
description = "The name of the S3 bucket for the CSI driver"
type = list(string)
default = [""]
}
}

0 comments on commit c34ab78

Please sign in to comment.