mirror of https://github.com/status-im/consul.git
14 lines
136 B
HCL
14 lines
136 B
HCL
|
ID {
|
||
|
Type = gvk("demo.v1.Artist")
|
||
|
Name = "korn"
|
||
|
}
|
||
|
|
||
|
Data {
|
||
|
Name = "Korn"
|
||
|
Genre = "GENRE_METAL"
|
||
|
}
|
||
|
|
||
|
Metadata = {
|
||
|
"foo" = "bar"
|
||
|
}
|