Add some todos for the disk website docs

This commit is contained in:
Brian Cain 2019-11-14 11:29:35 -08:00
parent 17f8fbe65e
commit 8031ebe9d1
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 6 additions and 0 deletions

View File

@ -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