Hi all,
First thanks a lot for reading this email I’m completely new with terraform and I was trying to install the opennebula official provider to test how it works. I have created a small example but when I tried to execute terraform init appears:
Initializing provider plugins…
- Finding latest version of hashicorp/opennebula…
- Finding latest version of hashicorp/template…
- Installing hashicorp/template v2.2.0…
- Installed hashicorp/template v2.2.0 (signed by HashiCorp)
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/opennebula: provider registry
│ registry.terraform.io does not have a provider named registry.terraform.io/hashicorp/opennebula
│
│ Did you intend to use opennebula/opennebula? If so, you must specify that source address in each module which requires
│ that provider. To see which mo…
I have store my terraform-provider-opennebula in /usr/local/bin and set in my home the .terraformrc with the content:
providers {
opennebula = “/usr/local/bin/terraform-provider-opennebula”
}
Can someone please tell me what im doing wrong? Seems like it is not using the provider i have set and tried to find it in hashicorp. Am I right ?
Thanks again
Francisco