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 7f5b367 commit 415fd01Copy full SHA for 415fd01
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` and must be either `production`, `staging`, or `development`."
+ 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