terraform-plugin-docs icon indicating copy to clipboard operation
terraform-plugin-docs copied to clipboard

Error executing command: unable to generate website: unexpected error: invalid checksum: no checksum found in: https://releases.hashicorp.com/terraform/0.13.2/terraform_0.13.2_SHA256SUMS

Open ewilde opened this issue 4 years ago • 1 comments

Running the tfplugindocs from the root of any provider repo generates the following error:

❯ tfplugindocs
rendering website for provider "terraform-provider-scaffolding"
exporting schema from Terraform
compiling provider "scaffolding"
Error executing command: unable to generate website: unexpected error: invalid checksum: no checksum found in: https://releases.hashicorp.com/terraform/0.13.2/terraform_0.13.2_SHA256SUMS

> ~/g/s/g/h/terraform-provider-scaffolding

Not sure what i'm doing incorrectly. I have tried on other repos terraform-provider-unifi and same results

ewilde avatar Feb 24 '21 23:02 ewilde

Are you on an arm64 machine (like an Apple M1)? There are no Terraform 0.13.2 builds for these systems

ivorisoutdoors avatar Jun 03 '21 15:06 ivorisoutdoors