Adds documentation on insecure_skip_tls_verify

This commit is contained in:
Davi Vidal 2019-03-06 11:13:25 +01:00
parent b0e3128125
commit 6c3b74bfd3
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ on Vagrant Cloud, as well as authentication and version information.
This is useful if you're using Vagrant Private Cloud in your own network.
Defaults to `https://vagrantcloud.com/api/v1`
- `insecure_skip_tls_verify` (boolean) - If set to true *and* `vagrant_cloud_url`
is set to something different than its default, it will set TLS InsecureSkipVerify
to true. In other words, this will disable security checks of SSL.
- `version_description` (string) - Optionally markdown text used as a
full-length and in-depth description of the version, typically for denoting
changes introduced