From a785bb6632d6d5009b609cd54f7e0ecd683dbba5 Mon Sep 17 00:00:00 2001 From: Srini Nangunuri Date: Thu, 13 Jun 2024 18:01:01 -0400 Subject: [PATCH] Using new version tfmod-istio repo with 1.0.3 tag --- lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl b/lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl index b2abc2b..7771a53 100644 --- a/lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl @@ -1,5 +1,5 @@ terraform { - source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git" + source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git?ref=1.0.3" extra_arguments "retry_lock" { commands = get_terraform_commands_that_need_locking() arguments = ["-lock-timeout=20m"] @@ -27,6 +27,8 @@ dependency "eks" { inputs = { profile = dependency.eks.inputs.profile cluster_name = dependency.eks.inputs.cluster_name + proxy_image = "224384469011.dkr.ecr.us-gov-east-1.amazonaws.com/platform-eng-eks-test/istio/proxyv2:1.22.1" + pilot_image = "224384469011.dkr.ecr.us-gov-east-1.amazonaws.com/platform-eng-eks-test/istio/pilot:1.22.1" region = "us-gov-east-1" # istio_chart_version = "1.20" # istio_version = "1.20"