terragrunt-providers 268 B

12345678910
  1. #! /bin/bash
  2. TG=terragrunt
  3. if [[ "$1" == "local" ]]; then
  4. TG=terragrunt-local
  5. fi
  6. rm -rf .terragrunt-cache
  7. mv .terraform.lock.hcl .terraform.lock.hcl.bak
  8. ${TG} providers lock -platform=darwin_amd64 -platform=linux_amd64 -platform=windows_amd64 -platform=linux_arm64