From 096c112d06ffdd7a957903194b6db9beb657843d Mon Sep 17 00:00:00 2001 From: Nainterceptor Date: Wed, 30 May 2018 23:03:40 +0200 Subject: [PATCH] Fix given + mandatory fields --- website/source/docs/agent/cloud-auto-join.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/cloud-auto-join.html.md b/website/source/docs/agent/cloud-auto-join.html.md index 0b9103411..8dd4ac18e 100644 --- a/website/source/docs/agent/cloud-auto-join.html.md +++ b/website/source/docs/agent/cloud-auto-join.html.md @@ -244,7 +244,7 @@ The configuration can also be provided by environment variables. ### Scaleway This returns the first private IP address of all servers for the given -`region` with the given `tag_key` and `tag_value`. +`region` with the given `tag_name`. ```sh $ consul agent -retry-join "provider=scaleway organization=my-org tag_name=consul-server token=... region=..." @@ -259,8 +259,8 @@ $ consul agent -retry-join "provider=scaleway organization=my-org tag_name=consu - `provider` (required) - the name of the provider ("scaleway" in this case). - `region` (required) - the name of the region. - `tag_name` (required) - the name of the tag to auto-join on. -- `organization` (optional) - the organization access key to use for auth. -- `token` (optional) - the token to use for auth. +- `organization` (required) - the organization access key to use for auth (equal to access key). +- `token` (required) - the token to use for auth. ### Joyent Triton @@ -282,4 +282,4 @@ $ consul agent -retry-join "provider=triton account=testaccount url=https://us-s - `url` (required) - the URL of the Triton api endpoint to use. - `key_id` (required) - the key id to use. - `tag_key` (optional) - the instance tag key to use. -- `tag_value` (optional) - the tag value to use. \ No newline at end of file +- `tag_value` (optional) - the tag value to use.