Skip to content
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

Add documentation for Apple Silicon Installation #1925

Open
picturedots opened this issue Sep 24, 2024 · 0 comments
Open

Add documentation for Apple Silicon Installation #1925

picturedots opened this issue Sep 24, 2024 · 0 comments

Comments

@picturedots
Copy link

picturedots commented Sep 24, 2024

The documentation for Apple Silicon installation is missing. I believe the instructions that should be added are

export PROVIDER=all
curl -LO "https://github.com/GoogleCloudPlatform/terraformer/releases/download/$(curl -s https://api.github.com/repos/GoogleCloudPlatform/terraformer/releases/latest | grep tag_name | cut -d '"' -f 4)/terraformer-${PROVIDER}-darwin-arm64"
chmod +x terraformer-${PROVIDER}-darwin-arm64
sudo mv terraformer-${PROVIDER}-darwin-arm64 /usr/local/bin/terraformer

This should resolve #590

NOTE: PROVIDER should be set to "all" because, as per the releases page the only two options for darwin-arm are "all" and "azure".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant