Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 10, 2024
1 parent 62dbdf3 commit 95312a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 95312a4

Please sign in to comment.