diff --git a/proxmox.go b/proxmox.go index d511bda..959dbc5 100644 --- a/proxmox.go +++ b/proxmox.go @@ -211,7 +211,6 @@ func (p *Plugin) Read(ctx context.Context, req *resource.ReadRequest) (*resource VMID: req.NativeID, Hostname: lxcdata.Hostname, Description: lxcdata.Description, - OSTemplate: "", } propsJSON, err := json.Marshal(properties) diff --git a/schema/pkl/proxmox.pkl b/schema/pkl/proxmox.pkl index 48a4f86..d3e6bc5 100644 --- a/schema/pkl/proxmox.pkl +++ b/schema/pkl/proxmox.pkl @@ -26,7 +26,6 @@ class LXC extends formae.Resource { vmid: String @formae.FieldHint { - createOnly = true writeOnly = true } ostemplate: String?