From bb3798713ce704196aac55d65e760d7e964aee04 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 7 Jul 2017 16:49:36 -0700 Subject: [PATCH] Fields are required --- website/docs/r/virtual_machine.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/virtual_machine.html.markdown b/website/docs/r/virtual_machine.html.markdown index ce3f5c088309..a4e30f2504dd 100644 --- a/website/docs/r/virtual_machine.html.markdown +++ b/website/docs/r/virtual_machine.html.markdown @@ -250,8 +250,8 @@ For more information on the different example configurations, please check out t `Plan` supports the following: * `name` - (Required) Specifies the name of the image from the marketplace. -* `publisher` - (Optional) Specifies the publisher of the image. -* `product` - (Optional) Specifies the product of the image from the marketplace. +* `publisher` - (Required) Specifies the publisher of the image. +* `product` - (Required) Specifies the product of the image from the marketplace. `boot_diagnostics` supports the following: