Skip to content

Commit 8457f34

Browse files
authored
Update lambda.tf
1 parent db00c98 commit 8457f34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform-unity/lambda.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ resource "aws_lambda_function" "unity_cs_monitoring_lambda" {
6565

6666
environment {
6767
variables = {
68-
# Add any environment variables here
68+
VENUE = var.venue
69+
PROJECT = var.project
6970
}
7071
}
7172

0 commit comments

Comments
 (0)