claranet / terraform-aws-lambda

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

Applies tags to iam role resource #42

Closed lorengordon closed 5 years ago

lorengordon commented 5 years ago

We have a default set of tags we apply to every resource, and would like to be able to pass the tags through this module to the IAM role created by the module (in addition to the lambda function).

Could alternatively use a separate var for the IAM role, or use tags on both and introduce new per-resource tag vars. As implemented currently, it is sufficient for us, happy to revise as needed.

lapastillaroja commented 5 years ago

It would be great to have this PR merged. We have the same problem in our project and that's preventing us to use this module.

raymondbutcher commented 5 years ago

Thanks. The single variable seems fine to me. This is in v0.11.4