Skip to content

Commit 281209a

Browse files
committed
update auth token
1 parent c35156d commit 281209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticache.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_secretsmanager_secret" "elasticache_auth" {
2222
}
2323
resource "aws_secretsmanager_secret_version" "auth" {
2424
secret_id = aws_secretsmanager_secret.elasticache_auth.id
25-
secret_string = var.elasticache_auth
25+
secret_string = random_password.auth.result
2626
}
2727
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group
2828
resource "aws_elasticache_replication_group" "app4" {

0 commit comments

Comments
 (0)