I'm trying to run my custom terraform provider in Mac, but it asks for permission, Once I enable permission it will run, But I need it to be run as trusted, that it should run without asking permission, Do I need any additional build steps to do with it while building or releasing, and I used goreleaser to release on terraform registry
test-user@my-MacBook-Air test % terraform apply --auto-approve
**Error:** **Failed to load plugin schemas**
Error while loading schemas for plugin components: Failed to obtain provider
schema: Could not load the schema for provider
[registry.terraform.io/abirajvp/abiraj](): failed to instantiate provider
"[registry.terraform.io/abirajvp/abiraj]()" to obtain schema: fork/exec
.terraform/providers/[registry.terraform.io/abirajvp/abiraj/2.1.8/darwin_arm64/terraform-provider-abiraj](.1.8/darwin_arm64/terraform-provider-abiraj):
permission denied..