From 0c13d7ee8e173d15ad1826ca045f2876a68b945b Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 30 Jan 2025 11:17:04 +0100 Subject: [PATCH] exclude debuglog - too different on windows --- acceptance/terraform/output.txt | 15 --------------- acceptance/terraform/script | 4 ---- 2 files changed, 19 deletions(-) diff --git a/acceptance/terraform/output.txt b/acceptance/terraform/output.txt index 74fbfca99a..c3d453ea5f 100644 --- a/acceptance/terraform/output.txt +++ b/acceptance/terraform/output.txt @@ -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... diff --git a/acceptance/terraform/script b/acceptance/terraform/script index 7c2f4ed1dd..78e35049d1 100644 --- a/acceptance/terraform/script +++ b/acceptance/terraform/script @@ -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 @@ -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