Merge pull request #11598 from briancain/docs/include-disk-option-experimental

Include disks option for experimental flag
This commit is contained in:
Brian Cain 2020-05-07 13:50:59 -07:00 committed by GitHub
commit 7ffbf85c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,12 @@ This is a list of all the valid experimental features that Vagrant recognizes:
Enabling this feature allows triggers to recognize and execute `:type` triggers.
More information about how these should be used can be found on the [trigger documentation page](/docs/triggers/configuration.html#trigger-types)
### `disks`
Enabling this feature will allow Vagrant to manage and configure virtual hard disks
for certain providers. More information about supported providers and how to
configure disks can be found on the [disk documentation page](/docs/disks/index.html)
### `dependency_provisioners`
Enabling this feature allows all provisioners to specify `before` and `after`