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"}" }