This commit is contained in:
Shreyas Goenka 2025-02-04 15:57:50 +01:00
parent 33ff865d6e
commit 17698a5147
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 6 deletions

View File

@ -8,12 +8,7 @@
# The current .terraform.lock.hcl file only includes checksums for linux_amd64,
# so Terraform running on another platform will fail to install these
# providers.
#
# Linux:
# To calculate additional checksums for another platform, run:
# terraform providers lock -platform=OS_ARCH
# (where OS_ARCH is the platform to generate)
trace $TERRAFORM init -no-color -get=false | grep -v 'includes checksums for' | grep -v 'so Terraform running on another' | grep -v 'providers\.' | grep -v 'terraform providers lock -platform=' | grep -v 'is the platform to generate'
trace $TERRAFORM init -no-color -get=false | grep -v 'includes checksums for'
trace $TERRAFORM plan -no-color
rm -fr .terraform.lock.hcl .terraform