Skip to content

Commit

Permalink
Merge pull request #3 from occ-data/feat/environment-prefix-es-user
Browse files Browse the repository at this point in the history
add environment to aws-es-proxy-creds
  • Loading branch information
hadams95 authored Mar 22, 2024
2 parents 5fb686f + 439e7d2 commit e6b0cf6
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 e6b0cf6

Please sign in to comment.