consul/command/resource/testdata/demo.hcl

19 lines
227 B
HCL
Raw Normal View History

ID {
Type = gvk("demo.v2.Artist")
Name = "korn"
Tenancy {
Namespace = "default"
Partition = "default"
PeerName = "local"
}
}
Data {
Name = "Korn"
Genre = "GENRE_METAL"
}
Metadata = {
"foo" = "bar"
}