hashicorp / hashicorp/packer-plugin-googlecompute
Checksum failing
- Dominant language
- Go
- Stars
- 33
- Forks
- 72
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 3
Description
Hello there,
I have checksum failing for this plugin, any idea what might have gone wrong:
```
$ packer init .
Failed getting the "github.com/hashicorp/googlecompute" plugin:
1 error occurred:
* could not get sha256 checksum file for github.com/hashicorp/googlecompute version 1.0.6. Is the file present on the release and correctly named ? Get "https://objects.githubusercontent.com/github-production-release-asset-2e65be/355855549/7cd9422a-c807-4b12-bb2e-84a2385bf584?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211109%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211109T082244Z&X-Amz-Expires=300&X-Amz-Signature=e85f16378f90705ff4eb9cab3c2954d15e024456d94967f9a836728c7a99c8e2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=355855549&response-content-disposition=attachment%3B%20filename%3Dpacker-plugin-googlecompute_v1.0.6_SHA256SUMS&response-content-type=application%2Foctet-stream": EOF
```
```
packer {
required_plugins {
googlecompute = {
version = ">= 1.0.6"
source = "github.com/hashicorp/googlecompute"
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.