From 95312a4bd770573c8b4c0b72e37225429fd8ca1c Mon Sep 17 00:00:00 2001 From: Matthew Creal Morgan Date: Wed, 9 Oct 2024 17:10:15 -0700 Subject: [PATCH] Apply suggestions from code review --- .../vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl | 2 +- .../platform-test-x/eks-k8s-dashboard/terragrunt.hcl.disable | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl index 7f3d706..eaf268b 100644 --- a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl @@ -4,7 +4,7 @@ include "root" { } terraform { - source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-tempo.git?ref=main" + source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-tempo.git" extra_arguments "retry_lock" { commands = get_terraform_commands_that_need_locking() arguments = ["-lock-timeout=20m"] diff --git a/lab/development/us-gov-east-1/vpc/platform-test-x/eks-k8s-dashboard/terragrunt.hcl.disable b/lab/development/us-gov-east-1/vpc/platform-test-x/eks-k8s-dashboard/terragrunt.hcl.disable index 6434120..7004f22 100644 --- a/lab/development/us-gov-east-1/vpc/platform-test-x/eks-k8s-dashboard/terragrunt.hcl.disable +++ b/lab/development/us-gov-east-1/vpc/platform-test-x/eks-k8s-dashboard/terragrunt.hcl.disable @@ -4,8 +4,8 @@ include "root" { } terraform { - # source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio.git?ref=main" - source = "../../../../../../../tfmod-k8s-dashboard" + source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-k8s-dashboard.git" + # source = "../../../../../../../tfmod-k8s-dashboard" extra_arguments "retry_lock" { commands = get_terraform_commands_that_need_locking() arguments = ["-lock-timeout=20m"]