Skip to content

Commit

Permalink
update secret name in secrets manager for es user
Browse files Browse the repository at this point in the history
  • Loading branch information
hadams95 authored Mar 22, 2024
1 parent 391b556 commit 7f85c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/aws/modules/vpc/cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ resource "aws_iam_access_key" "es_user_key" {
}

resource "aws_secretsmanager_secret" "es_aws_credentials" {
name = "aws-es-proxy-aws-config"
name = "aws-es-proxy-aws-credentials"
description = "elasticsearch user creds"
# recovery_window_in_days = 7
# rotation_lambda_arn = "${var.rotation_lambda_arn}"
Expand Down

0 comments on commit 7f85c51

Please sign in to comment.