Skip to content

Commit

Permalink
exclude debuglog - too different on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Jan 30, 2025
1 parent 899541b commit 0c13d7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
15 changes: 0 additions & 15 deletions acceptance/terraform/output.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@

>>> $TERRAFORM init -no-color -get=false
Timestamp [INFO] Terraform version: 1.5.5
Timestamp [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
Timestamp [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
Timestamp [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
Timestamp [DEBUG] using github.com/zclconf/go-cty v1.12.2
Timestamp [INFO] Go runtime version: go1.20.7
Timestamp [INFO] CLI args: []string{"$TERRAFORM", "init", "-no-color", "-get=false"}
Timestamp [DEBUG] Attempting to open CLI config file: $DATABRICKS_TF_CLI_CONFIG_FILE
Timestamp [INFO] Loading CLI configuration from $DATABRICKS_TF_CLI_CONFIG_FILE
Timestamp [DEBUG] Not reading CLI config directory because config location is overridden by environment variable
Timestamp [DEBUG] Explicit provider installation configuration is set
Timestamp [INFO] CLI command args: []string{"init", "-no-color", "-get=false"}
Timestamp [DEBUG] New state was assigned lineage "[UUID]"
Timestamp [DEBUG] checking for provisioner in "."
Timestamp [DEBUG] checking for provisioner in "$BUILD_DIR"

Initializing the backend...

Expand Down
4 changes: 0 additions & 4 deletions acceptance/terraform/script
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export TF_LOG=DEBUG


# Want to filter out these message:
# Mac:
# The current .terraform.lock.hcl file only includes checksums for
Expand All @@ -13,6 +10,5 @@ export TF_LOG=DEBUG
# providers.

trace $TERRAFORM init -no-color -get=false | grep -v 'includes checksums for' | grep -v 'so Terraform running on another' | grep -v 'providers\.'
export TF_LOG=WARN
trace $TERRAFORM plan -no-color
rm -fr .terraform.lock.hcl .terraform

0 comments on commit 0c13d7e

Please sign in to comment.