fix: configure conformance tests

This commit is contained in:
2026-01-31 17:13:02 +01:00
parent 7cbcc3f04c
commit 4784f4c4d5
8 changed files with 47 additions and 94 deletions

View File

@@ -6,7 +6,7 @@ import "@formae/formae.pkl"
type = "PROXMOX::Service::LXC"
identifier = "$.vmid"
}
class ExampleResource extends formae.Resource {
class LXC extends formae.Resource {
fixed hidden type: String = "PROXMOX::Service::LXC"
@formae.FieldHint { createOnly = true }
@@ -16,7 +16,7 @@ class ExampleResource extends formae.Resource {
ostemplate: String
@formae.FieldHint {}
name: String
hostname: String
@formae.FieldHint {}
description: String = "No description"