mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
963022af0f
commit
9e2a689619
|
@ -9,6 +9,6 @@
|
||||||
# so Terraform running on another platform will fail to install these
|
# so Terraform running on another platform will fail to install these
|
||||||
# providers.
|
# 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
|
trace $TERRAFORM plan -no-color
|
||||||
rm -fr .terraform.lock.hcl .terraform
|
rm -fr .terraform.lock.hcl .terraform
|
||||||
|
|
Loading…
Reference in New Issue