-
Notifications
You must be signed in to change notification settings - Fork 115
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
Version 2.0.0 not available for linux_amd64 #721
Comments
This github repo shows that there is a release binary for linux_amd64 (terraform-provider-nutanix_2.0.0_linux_amd64.zip), but it appears that this hasn't been added to the terraform registry that is used by the provider. @abhimutant @Haroon-Dweikat-Ntx can you please help fix this? |
FYI - same error for MacOS (silicon). We tried different versions and terraform 1.10.4 binary direct from release page did work for me. I had the same issue with darwin_aarch64 (arm64). using different version of terraform and 1.10.4 was working. |
Hi @rg-irm
Terraform Version its work fine on Linux OS main.tf
nutanix/nutanix 2.0.0 provider downloaded successfully
|
Yes, this appears to be working now. Thanks! |
Nutanix Cluster Information
Irrelevant
Terraform Version
Terraform v1.10.4
on linux_amd64
Affected Resource(s)
The whole provider
Terraform Configuration Files
Debug Output
Panic Output
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/nutanix/nutanix v2.0.0 does not have a
│ package available for your current platform, linux_amd64.
│
│ 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.
╵
Expected Behavior
Provider should install.
Actual Behavior
Provider is not available for the platform Linux x64
Steps to Reproduce
terraform init
Important Factors
I am a bit confused that the latest provider is not available for the - presumably - most popular environment that a terraform provider would be used in? Linux x64? What is the provider available for then? Is it Windows-only now??
References
The text was updated successfully, but these errors were encountered: