From 23a661819874794eca8a57d197332d2edf9aa783 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Wed, 1 Nov 2023 10:44:07 -0400 Subject: [PATCH] Switch to specifying a tag on the source. --- examples/simple/istio.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/simple/istio.tf b/examples/simple/istio.tf index ce1d7cd..e618207 100644 --- a/examples/simple/istio.tf +++ b/examples/simple/istio.tf @@ -1,6 +1,5 @@ module "eks-configuration" { - source = "git@github.it.census.gov:SOA/tfmod-istio.git//" - #source = "git@github.it.census.gov:SOA/tfmod-istio.git//?ref=v1.0.0" + source = "git@github.it.census.gov:SOA/tfmod-istio.git//?ref=v1.0.1" region = var.region profile = var.profile