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

@@ -11,12 +11,10 @@ import "@proxmox/proxmox.pkl"
forma {
new formae.Stack {
label = "default"
description = "Default stack for example resources"
}
new formae.Target {
label = "my-target"
namespace = "PROXMOX"
// Add your provider-specific configuration here
// For typed config, create a Config class in your schema:
@@ -27,7 +25,6 @@ forma {
}
new example.ExampleResource {
label = "my-resource"
name = "My Example Resource"
description = "This is an example resource"
region = "us-east-1"