From 56ef77f08a00db7872383b4329ca4318e4a688f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:11:22 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-eks to v20.26.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl index fbcc960f..585953bf 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl @@ -26,7 +26,7 @@ locals { } terraform { - source = "github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.26.0" + source = "github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.26.1" after_hook "kubeconfig" { commands = ["apply"]