EppO / terraform-provider-environment

The Environment Terraform Provider exposes Shell environment variables as Terraform Datasources.
43 stars 2 forks source link

Failed to Install provider due to checksum error on macOS (darwin_amd64) #450

Closed hmaddisett closed 4 months ago

hmaddisett commented 6 months ago

Hi

I am getting below error while performing a terraform init and seems like the checksum value mentioned in the terraform registry file and the actual file is different. Please take a look and fix it

https://registry.terraform.io/v1/providers/eppo/environment/1.3.5/download/darwin/amd64

 shasum -a 256  terraform-provider-environment_1.3.5_darwin_amd64.zip
26b31222d54be16500a184f8a946a357e5502f813c727bf6f2c7af360820a0ea  terraform-provider-environment_1.3.5_darwin_amd64.zip
grep -i darwin_amd64 terraform-provider-environment_1.3.5_SHA256SUMS
95fb102fecceb3a5b44dbe9fbe262494a0abdb6805addf1286c5d92cd4b0f779  terraform-provider-environment_1.3.5_darwin_amd64.zip
terraform init

Initializing the backend...

Initializing provider plugins...
- Finding eppo/environment versions matching "1.3.5"...
- Installing eppo/environment v1.3.5...
╷
│ Error: Failed to install provider
│
│ Error while installing eppo/environment v1.3.5: archive has incorrect checksum zh:26b31222d54be16500a184f8a946a357e5502f813c727bf6f2c7af360820a0ea (expected zh:95fb102fecceb3a5b44dbe9fbe262494a0abdb6805addf1286c5d92cd4b0f779)
╵
EppO commented 4 months ago

dupe of #451 please give v1.3.6 a try