You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Incompatible provider version
│ Provider registry.terraform.io/splunk/victorops v0.1.1 does not have a package available for your current platform, darwin_arm64.
│ Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms supported.
The text was updated successfully, but these errors were encountered:
Till they build for darwin_arm64, here are notes on building the module.
mkdir -p ~/go/src/github.com/splunk
cd~/go/src/github.com/splunk
git clone [email protected]:splunk/terraform-provider-victorops.git
cd terraform-provider-victorops/
# Checkout the latest tagged version
git checkout v0.1.4
# x/sys that ships with go1.18 is busted - Upgrade it
got get -u golang.or/x/sys
go build
mkdir -p ~/.terraform.d/plugins/github.com/splunk/terraform-provider-victorops/0.1.4/darwin_arm64/
cp terraform-provider-victorops ~/.terraform.d/plugins/github.com/splunk/terraform-provider-victorops/0.1.4/darwin_arm64/
Unable to run this on Apple Silicon.
The text was updated successfully, but these errors were encountered: