Skip to content

Commit

Permalink
Terraform: Unset TRACE-level debugging
Browse files Browse the repository at this point in the history
TRACE-level debugging was hardcoded. Unset this and allow users to
configure as needed through environment variables.
  • Loading branch information
patrickdillon committed Dec 16, 2021
1 parent 44f3657 commit 329429a
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 329429a

Please sign in to comment.