Skip to content

Commit 7c7c894

Browse files
committed
don't use region in env vars for lambda
1 parent 8e4597d commit 7c7c894

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ resource "aws_lambda_function" "this" {
7373
environment {
7474
variables = {
7575
ASG_NAME = var.asg_name
76-
AWS_REGION = local.region
7776
LOGLEVEL = var.loglevel
7877
}
7978
}

0 commit comments

Comments
 (0)