Skip to content

Commit

Permalink
Merge pull request openshift#5493 from patrickdillon/unset-terraform-…
Browse files Browse the repository at this point in the history
…trace

Terraform: Unset TRACE-level debugging
  • Loading branch information
openshift-merge-robot authored Dec 17, 2021
2 parents e37386e + 329429a commit 2a320fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/terraform/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ func unpackAndInit(dir string, platform string, target string) (err error) {
os.Setenv("TF_CLI_CONFIG_FILE", filepath.Join(dir, "terraform.rc"))
os.Setenv("TERRAFORM_LOCK_FILE_PATH", dir)

// XXX: This is only here for debugging CI
os.Setenv("TF_LOG", "trace")

args := []string{
fmt.Sprintf("-plugin-dir=%s", filepath.Join(dir, "plugins")),
}
Expand Down

0 comments on commit 2a320fb

Please sign in to comment.