Add note about architecture value within metadata

This commit is contained in:
Chris Roberts 2023-09-28 17:00:10 -07:00
parent 38f75784d1
commit 7d889756e6

View File

@ -60,5 +60,7 @@ because it cannot verify the provider.
Other keys/values may be added to the metadata without issue. The value
of the metadata file is passed opaquely into Vagrant and plugins can make
use of it. At this point, Vagrant core does not use any other keys in this
file.
use of it. Values currently used by Vagrant core:
* `provider` - (string) Provider for the box
* `architecture` - (string) Architecture of the box