From 9e2a689619638af7527f112e38bdf069705feeb1 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 4 Feb 2025 16:02:14 +0100 Subject: [PATCH] - --- acceptance/terraform/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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