We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32511 commit 2087321Copy full SHA for 2087321
main.tf
@@ -58,7 +58,7 @@ resource "aws_elasticache_subnet_group" "redis" {
58
}
59
60
resource "aws_security_group" "redis" {
61
- name_prefix = "${var.name_prefix}-"
+ name_prefix = "${var.name_prefix}-redis-"
62
vpc_id = var.vpc_id
63
64
tags = merge(
0 commit comments