-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform init throwing error on Mac M1 (Darwin) #45
Comments
Short update, after running
|
Hi @tavsec and thanks for raising this issue. It seems the hashicorp/template provider has been archived and we should be using builtin template function instead. The demos will therefore need to be updated in order to work on Apple silicon and is something we will need to look into. |
Hey @jrasell, thank you for reply! |
Hello everyone!
I was following this tutorial: https://developer.hashicorp.com/nomad/tutorials/autoscaler/horizontal-cluster-scaling, and got stuck on
terraform init
step. Once I runterraform init
, I get the following errors:First I was following the tutorial on
#learn
branch (as instruted in the tutorial), after that I triedmain
branch, but the error still persists.This is my
terraform -v
output:Thanks, and have a nice day!
The text was updated successfully, but these errors were encountered: