From 51e387fd5742b0b21fb62f0f4f722959000c96cc Mon Sep 17 00:00:00 2001 From: aknysh Date: Sun, 19 Apr 2026 15:23:41 -0400 Subject: [PATCH] Bump cloudposse/datadog-lambda-forwarder/aws to 1.10.1 Picks up the transitive `cloudwatch-events` 0.10.0 bump (cloudposse/terraform-aws-datadog-lambda-forwarder#107), which fixes `Invalid index` on `local.id_context["tenant"]` when consumers pass a 6-dimension `label_order` through `cloudwatch_forwarder_event_patterns`. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 10 +++++----- src/README.md | 10 +++++----- src/main.tf | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 290803c..7d988ab 100644 --- a/README.md +++ b/README.md @@ -150,22 +150,22 @@ components: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0.0 | -| [aws](#requirement\_aws) | >= 4.0, < 6.0.0 | -| [datadog](#requirement\_datadog) | >= 3.3.0 | +| [aws](#requirement\_aws) | >= 6.0 | +| [datadog](#requirement\_datadog) | >= 3.3.0, < 4.0.0 | ## Providers | Name | Version | |------|---------| -| [datadog](#provider\_datadog) | >= 3.3.0 | +| [datadog](#provider\_datadog) | >= 3.3.0, < 4.0.0 | ## Modules | Name | Source | Version | |------|--------|---------| | [datadog-integration](#module\_datadog-integration) | cloudposse/stack-config/yaml//modules/remote-state | 1.8.0 | -| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v1.535.13 | -| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.0 | +| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v2.0.0 | +| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.1 | | [iam\_roles](#module\_iam\_roles) | github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles | v1.537.1 | | [log\_group\_prefix](#module\_log\_group\_prefix) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | diff --git a/src/README.md b/src/README.md index ce41889..4952814 100644 --- a/src/README.md +++ b/src/README.md @@ -99,22 +99,22 @@ components: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0.0 | -| [aws](#requirement\_aws) | >= 4.0, < 6.0.0 | -| [datadog](#requirement\_datadog) | >= 3.3.0 | +| [aws](#requirement\_aws) | >= 6.0 | +| [datadog](#requirement\_datadog) | >= 3.3.0, < 4.0.0 | ## Providers | Name | Version | |------|---------| -| [datadog](#provider\_datadog) | >= 3.3.0 | +| [datadog](#provider\_datadog) | >= 3.3.0, < 4.0.0 | ## Modules | Name | Source | Version | |------|--------|---------| | [datadog-integration](#module\_datadog-integration) | cloudposse/stack-config/yaml//modules/remote-state | 1.8.0 | -| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v1.535.13 | -| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.0 | +| [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v2.0.0 | +| [datadog\_lambda\_forwarder](#module\_datadog\_lambda\_forwarder) | cloudposse/datadog-lambda-forwarder/aws | 1.10.1 | | [iam\_roles](#module\_iam\_roles) | github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles | v1.537.1 | | [log\_group\_prefix](#module\_log\_group\_prefix) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | diff --git a/src/main.tf b/src/main.tf index a0d9389..f0a9cfd 100644 --- a/src/main.tf +++ b/src/main.tf @@ -41,7 +41,7 @@ module "log_group_prefix" { module "datadog_lambda_forwarder" { source = "cloudposse/datadog-lambda-forwarder/aws" - version = "1.10.0" + version = "1.10.1" cloudwatch_forwarder_log_groups = local.cloudwatch_forwarder_log_groups cloudwatch_forwarder_event_patterns = var.cloudwatch_forwarder_event_patterns