We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c93b3 commit 7cf4efaCopy full SHA for 7cf4efa
terraform/main.tf
@@ -42,7 +42,7 @@ locals {
42
account_id = data.aws_caller_identity.current.account_id
43
default_tags = length(var.default_tags) == 0 ? {
44
application : var.app_name,
45
- environment : var.environment,
+ environment : lower(var.environment),
46
version : var.app_version
47
} : var.default_tags
48
}
0 commit comments