[GH-ISSUE #103] converting nic's link_down integers to bool for qemu #18

Closed
opened 2026-02-28 00:40:12 +03:00 by kerem · 2 comments
Owner

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?

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?
kerem closed this issue 2026-02-28 00:40:12 +03:00
Author
Owner

@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.

<!-- gh-comment-id:811354427 --> @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.
Author
Owner

@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,

<!-- gh-comment-id:812525561 --> @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,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#18
No description provided.