Skip to content

Commit 464f18a

Browse files
committed
docs(README): update environment configuration in usage
1 parent 9060d44 commit 464f18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ module "lambda_warmer" {
4242
source = "../modules/lambda_warmer"
4343
4444
aws_region = "ap-northeast-1"
45-
environment = "production"
4645
4746
# Optional: Custom configuration
47+
environment = "production"
4848
prewarm_tag_key = "Project"
4949
prewarm_tag_value = "MyProject"
5050
lambda_schedule_expression = "rate(5 minutes)"

0 commit comments

Comments
 (0)