Merge pull request #3922 from hashicorp/docs-fix-two-dc-links

website: override automatic linking of list items for softlayer dc
This commit is contained in:
Jack Pearkes 2018-02-27 12:09:34 -08:00 committed by GitHub
commit 732e0c3bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ will exit with an error at startup.
``` ```
- `provider` (required) - the name of the provider ("softlayer" in this case). - `provider` (required) - the name of the provider ("softlayer" in this case).
- `datacenter` (required) - the name of the datacenter to auto-join in. - <a name="sl_datacenter"></a><a href="#sl_datacenter"><code>datacenter</code></a></a> (required) - the name of the datacenter to auto-join in.
- `tag_value` (required) - the value of the tag to auto-join on. - `tag_value` (required) - the value of the tag to auto-join on.
- `username` (required) - the username to use for auth. - `username` (required) - the username to use for auth.
- `api_key` (required) - the api key to use for auth. - `api_key` (required) - the api key to use for auth.