consul/internal/resourcehcl/testdata/simple-gvk.hcl

14 lines
136 B
HCL

ID {
Type = gvk("demo.v1.Artist")
Name = "korn"
}
Data {
Name = "Korn"
Genre = "GENRE_METAL"
}
Metadata = {
"foo" = "bar"
}