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 · 1 comment
Open

Add documentation for Apple Silicon Installation #1925

picturedots opened this issue Sep 24, 2024 · 1 comment
Labels

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".

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant