claranet / terraform-aws-lambda

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

kms_key_arn is declared but unused #72

Open maur1th opened 4 years ago

maur1th commented 4 years ago

The kms_key_arn input variable is declared in the variables.tf file but unused in the lambda resource. This PR would fix that allowing users to set a custom KMS key to encrypt the environment variables their Lambda function use.