From dfd5fd28740b1813456170c5d9496ebe9c641b75 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 7 May 2020 12:58:30 -0700 Subject: [PATCH] Include disks option for experimental flag --- website/source/docs/experimental/index.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/experimental/index.html.md b/website/source/docs/experimental/index.html.md index 5de2365d7..06c437867 100644 --- a/website/source/docs/experimental/index.html.md +++ b/website/source/docs/experimental/index.html.md @@ -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`