mirror of
https://github.com/status-im/consul.git
synced 2025-01-25 21:19:12 +00:00
2dd5551003
Ensure that the embedded api struct is properly parsed when deserializing config containing a set ResourceFilter.Services field. Also enhance existing integration test to guard against bugs and exercise this field.
9 lines
142 B
HCL
9 lines
142 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
services {
|
|
name = "s3"
|
|
port = 8181
|
|
connect { sidecar_service {} }
|
|
}
|