Skip to content

Commit 51630b1

Browse files
committed
chore(variables): update environment variable descriptions and default values
1 parent 5c77b82 commit 51630b1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

variables.tf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ variable "aws_region" {
33
description = "AWS region where the Lambda warmer will be deployed."
44
}
55

6+
7+
8+
# Optional variables
69
variable "environment" {
7-
description = "Current environment: prod(ap-northeast-1)/dev(us-east-1)/local-dev(us-west-2), default dev(us-east-1)."
10+
description = "Current environment, e.g. dev, stage, prod. the default value is 'default'."
11+
default = "default"
812
}
913

10-
# Optional variables
1114
variable "lambda_function_name" {
1215
description = "Name of the Lambda function used for prewarming."
1316
default = "lambda-warmer"

0 commit comments

Comments
 (0)