mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +00:00
Merge pull request #16 from bpg/lxc-deployment-error
Fix JSON unmarshal error when deploying LCX container
This commit is contained in:
commit
4fe189b4cf
@ -200,7 +200,7 @@ type VirtualEnvironmentContainerGetStatusResponseData struct {
|
||||
SwapAllocation *int `json:"maxswap,omitempty"`
|
||||
Tags *string `json:"tags,omitempty"`
|
||||
Uptime *int `json:"uptime,omitempty"`
|
||||
VMID string `json:"vmid,omitempty"`
|
||||
VMID *int `json:"vmid,omitempty"`
|
||||
}
|
||||
|
||||
// VirtualEnvironmentContainerRebootRequestBody contains the body for a container reboot request.
|
||||
|
Loading…
Reference in New Issue
Block a user