You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fully acknowledge this may be entirely my fault. That being said, when running terraform init I'm getting this error: "Error: Failed to query available provider packages" and it's attempting to find hashicorp/proxmox on Terraform's registry. I have specifically defined telmate/proxmox as a required providers source, and it actually does download and install that from the registry. But it also fails because it's failing to find hashicorp/proxmox in addition. It says run terraform providers to find out which module is requiring this provider, which tells me:
If I'm reading that correctly, it's the k3s-cluster module that is causing Terraform to search in the wrong place, however I can't figure out where this is defined or how to override it.
I'm running Terraform 1.0.4 with the latest proxmox provider 2.7.4.
Would you be so kind as to point me in the right direction?
The text was updated successfully, but these errors were encountered:
I fully acknowledge this may be entirely my fault. That being said, when running
terraform init
I'm getting this error: "Error: Failed to query available provider packages" and it's attempting to find hashicorp/proxmox on Terraform's registry. I have specifically defined telmate/proxmox as a required providers source, and it actually does download and install that from the registry. But it also fails because it's failing to find hashicorp/proxmox in addition. It says runterraform providers
to find out which module is requiring this provider, which tells me:If I'm reading that correctly, it's the k3s-cluster module that is causing Terraform to search in the wrong place, however I can't figure out where this is defined or how to override it.
I'm running Terraform 1.0.4 with the latest proxmox provider 2.7.4.
Would you be so kind as to point me in the right direction?
The text was updated successfully, but these errors were encountered: