mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
235988b3bc
* feat: implement apply command * fix: resolve lint issues * refactor: use fixed types * fix: ci lint failures after main rebase
19 lines
224 B
HCL
19 lines
224 B
HCL
ID {
|
|
Type = gvk("demo.v2.Artist")
|
|
Name = "korn"
|
|
Tenancy {
|
|
Namespace = "default"
|
|
Partition = "default"
|
|
PeerName = "local"
|
|
}
|
|
}
|
|
|
|
D {
|
|
Name = "Korn"
|
|
Genre = "GENRE_METAL"
|
|
}
|
|
|
|
Metadata = {
|
|
"foo" = "bar"
|
|
}
|