Skip to content

Commit 0b7647c

Browse files
committed
[NRL-760] Fix typo in env-config secret name for dev
1 parent d0ff37d commit 0b7647c

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/dev

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/dev/secrets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ resource "aws_secretsmanager_secret" "dev_environment_configuration" {
2323
}
2424

2525
resource "aws_secretsmanager_secret" "devsandbox_environment_configuration" {
26-
name = "${local.project}--devsandbox--env-config"
26+
name = "${local.project}--dev-sandbox--env-config"
2727
description = "The environment configuration for the Dev Sandbox environment"
2828
}

0 commit comments

Comments
 (0)