jx/examples/user.jx.yaml
Matthew Rich 6925598bf2
Some checks failed
Lint / golangci-lint (push) Failing after 17s
Declarative Tests / test (push) Failing after 6s
add Delete method
2024-10-09 22:31:39 +00:00

8 lines
124 B
YAML

resources:
- type: user
transition: create
attributes:
name: "testuser"
uid: "12001"
home: "/home/testuser"