claranet / terraform-aws-lambda

Terraform module for AWS Lambda functions
MIT License
157 stars 127 forks source link

Adds conditional resource creation toggle variable #57

Closed userhas404d closed 4 years ago

userhas404d commented 4 years ago

Adds a new var create_resources to control the creation of resources in this module. Adds a new test for this functionality under /tests/conditional-creation Addresses https://github.com/claranet/terraform-aws-lambda/issues/21

userhas404d commented 4 years ago

dorked up the rebase so closing this PR in favor of: https://github.com/claranet/terraform-aws-lambda/pull/68