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.
2 parents 51adbe5 + 415fd01 commit 435ed15Copy full SHA for 435ed15
modules/aws_ecs_ec2/variables.tf
@@ -7,7 +7,7 @@ variable "aws_region" {
7
variable "node_env" {
8
type = string
9
default = "production"
10
- description = "Value for NODE_ENV variable. Defaults to `production`."
+ description = "Value for NODE_ENV variable. Defaults to `production` and should not be set to any other value, regardless of environment."
11
}
12
13
variable "vpc_id" {
0 commit comments