Replies: 1 comment
-
Wroing project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instruction to run Terraform on M1
As today protobuf python seems not enthusiast of working on M1/2/3.
To solve this problem you can "pre-create" the venv with rosetta:
Terraform template library does not exist for M1 (we should actually migrate from it as is not developed anymore).
# init will fail. Do not panic terraform init brew install kreuzwerker/taps/m1-terraform-provider-helper m1-terraform-provider-helper activate m1-terraform-provider-helper install hashicorp/template -v v2.2.0 m1-terraform-provider-helper lockfile upgrade terraform init
Beta Was this translation helpful? Give feedback.
All reactions