fix: rename type
Some checks failed
CI / build (push) Failing after 3m51s
CI / lint (push) Failing after 3m25s
CI / pkl-validate (push) Successful in 24s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-05 17:54:05 +01:00
parent 728bf709cf
commit fd0be6d493
2 changed files with 8 additions and 8 deletions

View File

@@ -15,12 +15,12 @@ open class Config {
}
@formae.ResourceHint {
type = "PROXMOX::Service::LXC"
type = "PROXMOX::Compute::LXC"
identifier = "$.vmid"
discoverable = true
}
class LXC extends formae.Resource {
fixed hidden type: String = "PROXMOX::Service::LXC"
fixed hidden type: String = "PROXMOX::Compute::LXC"
@formae.FieldHint { createOnly = true }
vmid: String