From 7d889756e6fc4e2e694eaa0f1063677469b30d5e Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 28 Sep 2023 17:00:10 -0700 Subject: [PATCH] Add note about architecture value within metadata --- website/content/docs/boxes/format.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/docs/boxes/format.mdx b/website/content/docs/boxes/format.mdx index d51285995..bd8d4e329 100644 --- a/website/content/docs/boxes/format.mdx +++ b/website/content/docs/boxes/format.mdx @@ -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