From bd6fd16a879264d8703fc3c88b88ce37422cdce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:07:08 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-kms to v2.0.1 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 217b26e8..4f93778e 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.0.0" + source = "github.com/terraform-aws-modules/terraform-aws-kms.git?ref=v2.0.1" } dependency "datasources" {