Skip to content

Commit

Permalink
Update server_join.mdx
Browse files Browse the repository at this point in the history
Fixed Markdown for GCP example.
  • Loading branch information
LKNSI authored and tgross committed Jan 19, 2021
1 parent 6596f26 commit 5927173
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/content/docs/configuration/server_join.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5927173

Please sign in to comment.