Terraform Error Fix / Help - Failed To Compute Checksum

Hi.

I’m wondering if anyone can help please, when trying to use Terraform I am receiving this error message and am unable to find any information or documentation on what this means / how to fix.

Error: Failed to install provider│ │ Error while installing hashicorp/aws v6.30.0: after installing│ Terraform Registry, failed to compute a checksum for it:│ open│ .terraform/providers/registry.terraform.io/hashicorp/aws/6.30.0/darwin_amd64/terraform-provider-aws_v6.30.0_x5:│ operation not permitted

Hi @MitchyP, a quick web search for terraform failed to compute checksum operation not permittedwill bring up many similar questions and responses. Doing a quick survey, I suspect this is a file permissions issue. There is a similar issue here: Failed to install provider: operation not permitted - when running terraform init from within a docker container · Issue #33773 · hashicorp/terraform · GitHub which may be of use. I hope this helps!