terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 656 forks source link

feat: Allows tags to be provided only to the function #508

Closed mike-carey closed 8 months ago

mike-carey commented 8 months ago

Description

Adds a function_tags input to allow function-only tags to be passed.

Motivation and Context

We would like to configure tags that are specific to the lambda function and not any other resources created under this module.

Breaking Changes

No

How Has This Been Tested?

We have also tested using this feature against our internal infrastructure.

antonbabenko commented 8 months ago

This PR is included in version 6.1.0 :tada:

github-actions[bot] commented 7 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.