From b7a13f10af125d95b22c1b1c6cc2f245cb7b9975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 14:31:38 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-eks to v20.10.0 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 b4b264f8..8b5d8565 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.9.0" + source = "github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.10.0" after_hook "kubeconfig" { commands = ["apply"]