Skip to content

Commit

Permalink
Merge pull request airbnb#49 from airbnb/jacknagz-remove-emulambda-de…
Browse files Browse the repository at this point in the history
…p-and-add-tfvar

[setup][tf] remove emulambda dep and add tfvar
  • Loading branch information
jacknagz authored Mar 2, 2017
2 parents c3a41b1 + d0b0114 commit b6594e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ colorama==0.3.3
coverage==4.3.4
decorator==4.0.11
docutils==0.13.1
-e git://github.com/fugue/emulambda.git@8a1b3ae7718750e8ee25e1dd9ec4a76b265ebd3b#egg=emulambda
futures==3.0.5
hurry.filesize==0.9
Jinja2==2.9.5
Expand Down
5 changes: 5 additions & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ variable "lambda_settings" {
type = "map"
default = {}
}

variable "flow_log_settings" {
type = "map"
default = {}
}
1 change: 1 addition & 0 deletions variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"lambda_source_bucket_name": "ADD-ORG-NAME-HERE.streamalert.source",
"lambda_source_current_hash": "auto",
"lambda_source_key": "auto",
"flow_log_settings": {},
"output_lambda_current_hash": "auto",
"output_lambda_source_key": "auto",
"prefix": "ADD-ORG-NAME-HERE",
Expand Down

0 comments on commit b6594e3

Please sign in to comment.