diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 9b0d95316..8be85526e 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -110,6 +110,12 @@ the machine. Please see the networking page for more information.
+`config.vm.post_up_message` - A message to show after `vagrant up`. This +will be shown to the user and is useful for containing instructions +such as how to access various components of the development environment. + +
+ `config.vm.provider` - Configures [provider-specific configuration](/v2/providers/configuration.html), which is used to modify settings which are specific to a certain [provider](/v2/providers/index.html). If the provider you're configuring