fix: discovery problems solved
Some checks failed
CI / build (push) Failing after 3m34s
CI / lint (push) Failing after 3m15s
CI / pkl-validate (push) Successful in 17s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-01-31 18:59:03 +01:00
parent bdeb81ffe9
commit e9de9aa036
4 changed files with 4 additions and 6 deletions

View File

@@ -211,6 +211,7 @@ 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)