From bcf4b915a333a8045c239f42ac71c23e869a717f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:04:53 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-eks to v19.19.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 0bf7308b..54290733 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=v19.19.0" + source = "github.com/terraform-aws-modules/terraform-aws-eks?ref=v19.19.1" after_hook "kubeconfig" { commands = ["apply"]