From a6c52d03b03c985f3a9cd0e8085fd23efd414678 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:50:54 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/datadog-integration/aws to v2.1.1 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 360384b..da6a45b 100644 --- a/src/main.tf +++ b/src/main.tf @@ -10,7 +10,7 @@ data "aws_regions" "all" { module "datadog_integration" { source = "cloudposse/datadog-integration/aws" - version = "2.1.0" + version = "2.1.1" enabled = module.this.enabled && length(var.integrations) > 0