Add type info to options (#13477)

This commit is contained in:
Luke Kysow 2022-06-16 10:09:39 -07:00 committed by GitHub
parent 27dbb3e87d
commit ee032e9869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1048,14 +1048,14 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
The following sub-keys are available: The following sub-keys are available:
- `enabled` ((#connect_enabled)) Controls whether Connect features are - `enabled` ((#connect_enabled)) (Defaults to `false`) Controls whether Connect features are
enabled on this agent. Should be enabled on all servers in the cluster enabled on this agent. Should be enabled on all servers in the cluster
in order for Connect to function properly. Defaults to false. in order for Connect to function properly.
- `enable_mesh_gateway_wan_federation` ((#connect_enable_mesh_gateway_wan_federation)) Controls whether cross-datacenter federation traffic between servers is funneled - `enable_mesh_gateway_wan_federation` ((#connect_enable_mesh_gateway_wan_federation)) (Defaults to `false`) Controls whether cross-datacenter federation traffic between servers is funneled
through mesh gateways. Defaults to false. This was added in Consul 1.8.0. through mesh gateways. This was added in Consul 1.8.0.
- `enable_serverless_plugin` ((#connect_enable_serverless_plugin)) Determines whether the serverless plugin - `enable_serverless_plugin` ((#connect_enable_serverless_plugin)) (Defaults to `false`) Determines whether the serverless plugin
is enabled. The serverless plugin supports [AWS is enabled. The serverless plugin supports [AWS
Lambda](https://aws.amazon.com/lambda/). For additional information on invoking Lambda functions Lambda](https://aws.amazon.com/lambda/). For additional information on invoking Lambda functions
from mesh services, refer to the [Lambda documentation](/docs/lambda). from mesh services, refer to the [Lambda documentation](/docs/lambda).