From 5aae3009716665bc4d805c2df42b9262bac7eea8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:36:05 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-kms to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../eu-west-1/clusters/demo/ebs-encryption/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/ebs-encryption/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/ebs-encryption/terragrunt.hcl index a104bf20..c10ad7c5 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/ebs-encryption/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/ebs-encryption/terragrunt.hcl @@ -5,7 +5,7 @@ include "root" { } terraform { - source = "github.com/terraform-aws-modules/terraform-aws-kms.git?ref=v2.2.1" + source = "github.com/terraform-aws-modules/terraform-aws-kms.git?ref=v3.1.1" } dependency "datasources" {