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 d0ff37d commit 0b7647cCopy full SHA for 0b7647c
terraform/account-wide-infrastructure/dev/secrets.tf
@@ -23,6 +23,6 @@ resource "aws_secretsmanager_secret" "dev_environment_configuration" {
23
}
24
25
resource "aws_secretsmanager_secret" "devsandbox_environment_configuration" {
26
- name = "${local.project}--devsandbox--env-config"
+ name = "${local.project}--dev-sandbox--env-config"
27
description = "The environment configuration for the Dev Sandbox environment"
28
0 commit comments