We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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".
PROVIDER
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation for Apple Silicon installation is missing. I believe the instructions that should be added are
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".The text was updated successfully, but these errors were encountered: