From 5a746b7640940033b691a0a2fe30c67c168b3190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:52:17 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-eks to v20.28.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 4f44580f..ab2a1f65 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.27.0" + source = "github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.28.0" after_hook "kubeconfig" { commands = ["apply"]