Skip to content

Commit

Permalink
add environment to aws-es-proxy-creds
Browse files Browse the repository at this point in the history
  • Loading branch information
hadams95 authored Mar 22, 2024
1 parent 5fb686f commit 439e7d2
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-credentials"
name = "${var.vpc_name}-aws-es-proxy-creds"
description = "elasticsearch user creds"
# recovery_window_in_days = 7
# rotation_lambda_arn = "${var.rotation_lambda_arn}"
Expand Down

0 comments on commit 439e7d2

Please sign in to comment.