Skip to content

2.1.0

Latest

Choose a tag to compare

@tomarnebra tomarnebra released this 13 Feb 11:32
4b6e383

Team Digital Usage with Datadog

For Team Digital services, use this configuration to ensure logs reach the correct Datadog tenant:

module "lambda" {
  source = "github.com/nsbno/terraform-aws-lambda?ref=x.y.z"

  department_override = "digital"
  team_name_override = "dx"

  # ... rest of your configuration goes here

```}

## What's Changed
* Add department_override variable and update Datadog API key logic to support multiple datadog instances by @tomarnebra in https://github.com/nsbno/terraform-aws-lambda/pull/16

## New Contributors
* @tomarnebra made their first contribution in https://github.com/nsbno/terraform-aws-lambda/pull/16

**Full Changelog**: https://github.com/nsbno/terraform-aws-lambda/compare/2.0.0...2.1.0