From 30a8b2126a3652d9cbfd88d37437bcf72d4bc99d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:54:43 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-eks to v20.26.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 bb15899d..fbcc960f 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.24.3" + source = "github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.26.0" after_hook "kubeconfig" { commands = ["apply"]