Skip to content

Commit 0030fdb

Browse files
authored
Update variables.tf
1 parent 0165733 commit 0030fdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

module/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ variable security_group_ids {
6060
description = "List of security groups ids"
6161
default = []
6262
}
63+
64+
variable "environment" {
65+
description = "lambda environment variables"
66+
type = "map"
67+
default = {}
68+
}

0 commit comments

Comments
 (0)