From 8031ebe9d184f1544b2582ea05a85605dd12f2e7 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 14 Nov 2019 11:29:35 -0800 Subject: [PATCH] Add some todos for the disk website docs --- website/source/docs/disks/configuration.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/disks/configuration.html.md b/website/source/docs/disks/configuration.html.md index 9e150614e..afbccaf35 100644 --- a/website/source/docs/disks/configuration.html.md +++ b/website/source/docs/disks/configuration.html.md @@ -32,3 +32,9 @@ Vagrant Disks has several options that allow users to define and attach disks to ## Provider Author Guide If you are a vagrant plugin author who maintains a provider for Vagrant, this short guide will hopefully give some information on how to use the internal disk config object. + +TODO: Fill out these main points + +- Entry level builtin action `disk` and how to use it as a provider author +- `id` is unique to each disk config object +- `provider_config` and how to its structured and how to use/validate it