diff --git a/acceptance/terraform/script b/acceptance/terraform/script index 443eb2fee..78e35049d 100644 --- a/acceptance/terraform/script +++ b/acceptance/terraform/script @@ -9,6 +9,6 @@ # so Terraform running on another platform will fail to install these # providers. -trace $TERRAFORM init -no-color -get=false | grep -v 'includes checksums for' | | grep -v 'so Terraform running on another' | grep -v 'providers\.' +trace $TERRAFORM init -no-color -get=false | grep -v 'includes checksums for' | grep -v 'so Terraform running on another' | grep -v 'providers\.' trace $TERRAFORM plan -no-color rm -fr .terraform.lock.hcl .terraform