consul/command/resource/testdata/nested_data.hcl

29 lines
396 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
ID {
Type = gvk("mesh.v2beta1.Destinations")
Name = "api"
}
Data {
Workloads {
Prefixes = ["api"]
}
Destinations = [
{
DestinationRef = {
Type = gvk("catalog.v2beta1.Service")
Name = "db"
}
DestinationPort = "tcp"
IpPort = {
Port = 1234
}
}
]
}