Add docs for upstream destination's namespace

This commit is contained in:
freddygv 2020-06-24 16:11:44 -06:00
parent 1ac7e9a07d
commit 5f34f9954c
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ followed by documentation for each attribute.
- `destination_name` `(string: <required>)` - Specifies the name of the service - `destination_name` `(string: <required>)` - Specifies the name of the service
or prepared query to route connect to. The prepared query should be the name or prepared query to route connect to. The prepared query should be the name
or the ID of the prepared query. or the ID of the prepared query.
- `destination_namespace` `(string: "")` - <EnterpriseAlert inline />
Specifies the namespace of the upstream service.
- `local_bind_port` `(int: <required>)` - Specifies the port to bind a local - `local_bind_port` `(int: <required>)` - Specifies the port to bind a local
listener to for the application to make outbound connections to this upstream. listener to for the application to make outbound connections to this upstream.
- `local_bind_address` `(string: "")` - Specifies the address to bind a - `local_bind_address` `(string: "")` - Specifies the address to bind a