-
Notifications
You must be signed in to change notification settings - Fork 452
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
Error: Error while installing hashicorp/vsphere v2.9.0: checksum list has no SHA-256 hash(...) #2258
Comments
Hello, batchenr! 🖐 Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle. If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests. |
Seems rather odd. The checksum is included in the terraform-provider-vsphere_2.9.0_SHA256SUMS file from
|
I'm unable to reproduce the issue. PS /Users/ryan> terraform init
Initializing the backend...
Initializing provider plugins...
- Finding hashicorp/vsphere versions matching "2.9.0"...
- Installing hashicorp/vsphere v2.9.0...
- Installed hashicorp/vsphere v2.9.0 (signed by HashiCorp)
Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
PS /Users/ryan> sw_vers
ProductName: macOS
ProductVersion: 14.6.1
BuildVersion: 23G93
PS /Users/ryan> uname -m
arm64 |
Hey problem solved by opening this links: We have opened only registry.terraform.io so maybe that was the issue, |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Guidelines
Terraform
v1.5.7
Terraform Provider
2.9.0
VMware vSphere
vSphere Client version 7.0.3.00000
Description
Hello, i am unable to install the vsphere source i have tried all releases but i get the same error.
main.tf:
when i run terraform init:
I have tried also to run
terraform providers lock
but it doesnt work also.I have tried a different provider which worked fine so im gussing the issue is with vsphere and mac m1 ?
thanks!
Affected Resources or Data Sources
vsphere
Terraform Configuration
brew install terraform
Debug Output
added in description
Panic Output
No response
Expected Behavior
to install the resource via terraform init
Actual Behavior
│ Error: Failed to install provider
│
│ Error while installing hashicorp/vsphere v2.9.0: checksum list has no SHA-256 hash for
│ "terraform-provider-vsphere_2.9.0_darwin_arm64.zip"
Steps to Reproduce
terraform init
Environment Details
mac Apple M1 Max
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: