mirror of https://github.com/hashicorp/consul
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"
|
||
|
}
|