fix: ostemplate update recreate
Some checks failed
CI / build (push) Failing after 4m34s
CI / lint (push) Failing after 2m57s
CI / pkl-validate (push) Successful in 1m16s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-01-31 21:58:31 +01:00
parent e9de9aa036
commit 0fa3f22f25
2 changed files with 0 additions and 2 deletions

View File

@@ -211,7 +211,6 @@ func (p *Plugin) Read(ctx context.Context, req *resource.ReadRequest) (*resource
VMID: req.NativeID, VMID: req.NativeID,
Hostname: lxcdata.Hostname, Hostname: lxcdata.Hostname,
Description: lxcdata.Description, Description: lxcdata.Description,
OSTemplate: "",
} }
propsJSON, err := json.Marshal(properties) propsJSON, err := json.Marshal(properties)

View File

@@ -26,7 +26,6 @@ class LXC extends formae.Resource {
vmid: String vmid: String
@formae.FieldHint { @formae.FieldHint {
createOnly = true
writeOnly = true writeOnly = true
} }
ostemplate: String? ostemplate: String?