feat: working create
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module proxmox.lxc
|
||||
module proxmox
|
||||
|
||||
import "@formae/formae.pkl"
|
||||
|
||||
@@ -12,6 +12,9 @@ class ExampleResource extends formae.Resource {
|
||||
@formae.FieldHint { createOnly = true }
|
||||
vmid: String
|
||||
|
||||
@formae.FieldHint { createOnly = true }
|
||||
ostemplate: String
|
||||
|
||||
@formae.FieldHint {}
|
||||
name: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user