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 c35156d commit 281209aCopy full SHA for 281209a
elasticache.tf
@@ -22,7 +22,7 @@ resource "aws_secretsmanager_secret" "elasticache_auth" {
22
}
23
resource "aws_secretsmanager_secret_version" "auth" {
24
secret_id = aws_secretsmanager_secret.elasticache_auth.id
25
- secret_string = var.elasticache_auth
+ secret_string = random_password.auth.result
26
27
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group
28
resource "aws_elasticache_replication_group" "app4" {
0 commit comments