Update server_join.mdx

Fixed Markdown for GCP example.
This commit is contained in:
Marcus Naughton 2021-01-16 17:24:26 +00:00 committed by Tim Gross
parent 1bebf475c6
commit 8fe43cf063
1 changed files with 1 additions and 3 deletions

View File

@ -201,13 +201,11 @@ Use these configuration parameters when using Virtual Machine Scale Sets (Consul
This returns the first private IP address of all servers in the given
project which have the given `tag_value`.
````
```json
{
"retry_join": ["provider=gce project_name=... tag_value=..."]
}
````
```
- `provider` (required) - the name of the provider ("gce" in this case).
- `tag_value` (required) - the value of the tag to auto-join on.