From 36fae045cde467da7f66d6809d48be6ad798c1b1 Mon Sep 17 00:00:00 2001 From: Mike Pond <32133001+P0NDER0SA@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:48:07 -0400 Subject: [PATCH] K8s Node Upgrade 1.30.4-20240917 (#1575) --- env/production/eks/terragrunt.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env/production/eks/terragrunt.hcl b/env/production/eks/terragrunt.hcl index 12f202277..154b6f50d 100644 --- a/env/production/eks/terragrunt.hcl +++ b/env/production/eks/terragrunt.hcl @@ -1,3 +1,5 @@ +#PRODUCTION EKS VERSIONS: K8s Node Upgrade 1.30.4-20240917 + terraform { source = "${get_env("ENVIRONMENT") == "production" ? "git::https://github.com/cds-snc/notification-terraform//aws/eks?ref=v${get_env("INFRASTRUCTURE_VERSION")}" : "../../../aws//eks"}" }