Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent 3e8eccb commit ebba497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-cert-manager.git?ref=mcmCluster"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-cert-manager.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down
6 changes: 3 additions & 3 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include "root" {
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git?ref=mcmCluster"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git?ref=1.0.4"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand All @@ -23,8 +23,8 @@ inputs = {
profile = dependency.eks.inputs.profile
cluster_name = dependency.eks.inputs.cluster_name
region = dependency.eks.inputs.region
istio_chart_version = "1.22.3"
istio_version = "1.22.3"
istio_chart_version = "1.22.1"
istio_version = "1.22.1"
}

generate "provider-eks" {
Expand Down

0 comments on commit ebba497

Please sign in to comment.