From 10c03d52b9f43b508256aa59feeb2f33f8d4ce5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:09:50 +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..fc8c6803 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.0" } dependency "datasources" {