Running terraform with providers on Apple Silicon
November 25, 2021If you use custom providers with Terraform, many of the probably won’t work on Apple Silicon. You can work around this using docker. I created a file in my terraform directory called with this in it: Now just use this script in place of the old command like so: It’s probably best to migrate to Terraform Cloud at this point. However, if you’re already on Apple Silicon, the above advice will still…