mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 16:05:54 +03:00
[GH-ISSUE #103] converting nic's link_down integers to bool for qemu #18
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sophiexiaoyan on GitHub (Feb 24, 2021).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/103
I use the terraform-provider-proxmox. When I run terraform import, I got this error:
Error: network.1.link_down: '' expected type 'bool', got unconvertible type 'int'
I see there is a pull request resolve a similar error for firewall: https://github.com/Telmate/proxmox-api-go/pull/97
Can we do the same fix for link_down?
@gryrxn commented on GitHub (Mar 31, 2021):
Same issue here. Agree with @sophiexiaoyan, I think a #97 equivalent fix is all that would be needed.
@Support-Green-IT-Solutions commented on GitHub (Apr 2, 2021):
Hi, I just make this fix for proxmox_vm_qemu before seeing this issue. On my test environment, it works great.
I make a pull request #113
Regards,