Skip to content

Commit c14c733

Browse files
authored
Update main.tf
1 parent 0030fdb commit c14c733

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

module/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ resource "aws_lambda_function" "self" {
5757
subnet_ids = "${var.subnet_ids}"
5858
security_group_ids = "${var.security_group_ids}"
5959
}
60+
61+
environment {
62+
variables = "${var.environment}"
63+
}
6064

6165
tags = {
6266
name = "${var.lambda_name}"

0 commit comments

Comments
 (0)