I'm trying to install terraform-provider-phpipam into my home's plugin directory (~/.terraform.d/plugins) and for some reason terraform can't find phpipam.
Initializing provider plugins...
- Using previously-installed hashicorp/vsphere v1.24.0
- Finding latest version of local/plugins/phpipam...
Error: Failed to install provider
Error while installing hashicorp/phpipam: provider registry
registry.terraform.io does not have a provider named
registry.terraform.io/hashicorp/phpipam
Hi there,
I'm trying to install terraform-provider-phpipam into my home's plugin directory (~/.terraform.d/plugins) and for some reason terraform can't find phpipam.
And this is my plugins directory:
While trying to get terraform to identify the plugin, I've cloned the phpipam folder into the providers folder as well:
Do I need to specify the plugin's source anywhere else?
Thanks.