Skip to content

Commit fe8a965

Browse files
committed
Executed 'terraform fmt'
1 parent a0ea3ba commit fe8a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "aws_security_group_rule" "ingress_cidr_blocks" {
5454

5555
locals {
5656
elasticache_subnet_group_name = var.elasticache_subnet_group_name != "" ? var.elasticache_subnet_group_name : join("", aws_elasticache_subnet_group.default.*.name)
57-
elasticache_member_clusters = tolist(aws_elasticache_replication_group.default.member_clusters)
57+
elasticache_member_clusters = tolist(aws_elasticache_replication_group.default.member_clusters)
5858
}
5959

6060
resource "aws_elasticache_subnet_group" "default" {

0 commit comments

Comments
 (0)