-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interface conversion: interface {} is string, not float64 #882
Comments
Looks like it's fixed in Tinyblargon/proxmox-go-sdk#7 and this provider needs to update? Edit: it seems this project is actually dead now. See Telmate/proxmox-api-go#281 (comment) and move to https://github.com/bpg/terraform-provider-proxmox |
Darn. Thanks for the find @blockloop. I guess I'll start moving things over |
@Neels-v-Wyk I've fixed in Telmates provider #878 you can use mine for now at https://registry.terraform.io/providers/MaartendeKruijf/proxmox/latest |
it works again with the fix from @MaartendeKruijf . Thank you. |
Hi! |
I think this issue still isn't fixed? I have just encountered the same bug (after updating the provider and terraform):
Proxmox 8.1.4 @den-patrakeev - how did you get it to work? Did you compile manually from source? I tried updating the provider and couldn't get 3.0.1:
|
This issue is stale because it has been open for 60 days with no activity. Please update the provider to the latest version and, in the issue persist, provide full configuration and debug logs |
This issue was closed because it has been inactive for 5 days since being marked as stale. |
Good day,
It looks like I'm experiencing a variation of the error that occurred on this issue
This is for Proxmox VE 8.1.3, Terraform 1.6.6, and the Telmate proxmox provider v2.9.14, so everything is on it's latest version
I've tried giving the terraform user (and token) admin privelages on the zfs share because it seemed like a few similar issues had that as their root cause but this was not the case as it made no difference
I've set up the terraform user with all the permissions found in this part of the documentation for the provider
When trying to create a VM I get the following output from terraform:
The plugin debug log can be found as part of this gist
The text was updated successfully, but these errors were encountered: