Skip to content

Commit

Permalink
Using new version tfmod-istio repo with 1.0.3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nangu001 committed Jun 13, 2024
1 parent 2f59da0 commit a785bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lab/us-gov-east-1/vpc/cluster/eks-istio/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a785bb6

Please sign in to comment.