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

vmware/avi v30.2.2: checksum list has unexpected SHA-256 hash #1307

Closed
lopf opened this issue Nov 20, 2024 · 1 comment · Fixed by #1308
Closed

vmware/avi v30.2.2: checksum list has unexpected SHA-256 hash #1307

lopf opened this issue Nov 20, 2024 · 1 comment · Fixed by #1308
Labels
bug Something isn't working

Comments

@lopf
Copy link

lopf commented Nov 20, 2024

Thank you for reporting an issue.

While attempting to install the latest vmware/avi provider version 30.2.2, we get the following error:

│ Error: Failed to install provider
│
│ Error while installing vmware/avi v30.2.2: checksum list has unexpected SHA-256 hash
│ 8f8f44ed9032cb3295b28dd3ac30946c213b8cef26a9a094ed70f7da217afe08 (expected
│ d02d60ca64867975ce37c901d06ec796dc1c1f056f2b3fd531c3437f776bc4be)
╵

We think this is because they released the same version multiple times. According to their Github Actions at least 4 times.

OpenTofu Version

OpenTofu v1.8.5
on darwin_amd64

OpenTofu Configuration Files

terraform {
  required_providers {
    avi = {
      source  = "vmware/avi"
      version = "30.2.2"
    }
  }
}
@lopf lopf added the bug Something isn't working label Nov 20, 2024
abstractionfactory added a commit that referenced this issue Nov 20, 2024
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
@abstractionfactory
Copy link
Contributor

Hey @lopf thank you for reporting this issue. I set up a PR to remove and re-index this provider version. Once it's merged, it should be fixed within 15 minutes.

cam72cam added a commit that referenced this issue Nov 20, 2024
Fixes #1307: VMware re-released the avi provider 30.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants