Hanging issue when using any Terraform command

When running any command, such as terraform version I get what looks like a log as the output. Below is what happens when I try terraform version.

~(master) > terraform version

2020/07/09 15:25:20 [INFO] Terraform version: 0.12.28

2020/07/09 15:25:20 [INFO] Go runtime version: go1.13.12

2020/07/09 15:25:20 [INFO] CLI args: string{"/usr/local/bin/terraform", “version”}

2020/07/09 15:25:20 [DEBUG] Attempting to open CLI config file: /Users/juanbanuelos/.terraformrc

2020/07/09 15:25:20 [DEBUG] File doesn’t exist, but doesn’t need to. Ignoring.

2020/07/09 15:25:20 [INFO] CLI command args: string{“version”}

Terraform v0.12.28

2020/07/09 15:25:20 [DEBUG] checking for provider in “.”

2020/07/09 15:25:20 [DEBUG] checking for provider in “/usr/local/bin”

2020/07/09 15:25:20 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory