Skip to content

Commit 415fd01

Browse files
Update modules/aws_ecs_ec2/variables.tf
Co-authored-by: Avi Moondra <[email protected]>
1 parent 7f5b367 commit 415fd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aws_ecs_ec2/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "aws_region" {
77
variable "node_env" {
88
type = string
99
default = "production"
10-
description = "Value for NODE_ENV variable. Defaults to `production` and must be either `production`, `staging`, or `development`."
10+
description = "Value for NODE_ENV variable. Defaults to `production` and should not be set to any other value, regardless of environment."
1111
}
1212

1313
variable "vpc_id" {

0 commit comments

Comments
 (0)