mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
34a32d4ce5
The peer name will eventually show up elsewhere in the resource. For now though this rips it out of where we don’t want it to be.
21 lines
273 B
HCL
21 lines
273 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
ID {
|
|
Type = gvk("demo.v2.Artist")
|
|
Name = "korn"
|
|
Tenancy {
|
|
Partition = "default"
|
|
Namespace = "default"
|
|
}
|
|
}
|
|
|
|
Data {
|
|
Name = "Korn"
|
|
Genre = "GENRE_METAL"
|
|
}
|
|
|
|
Metadata = {
|
|
"foo" = "bar"
|
|
}
|