From 19c9e14d5b1fdcaf75e8b6132bb84b85dc28db3c Mon Sep 17 00:00:00 2001 From: Pradeep Chhetri Date: Sun, 13 Mar 2016 10:23:52 +0000 Subject: [PATCH] Updated google instance docs with custom instance type --- .../docs/providers/google/r/compute_instance.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/compute_instance.html.markdown b/website/source/docs/providers/google/r/compute_instance.html.markdown index 7ec1ea1ba..02e087c77 100644 --- a/website/source/docs/providers/google/r/compute_instance.html.markdown +++ b/website/source/docs/providers/google/r/compute_instance.html.markdown @@ -61,7 +61,8 @@ The following arguments are supported: * `description` - (Optional) A brief description of this resource. -* `machine_type` - (Required) The machine type to create. +* `machine_type` - (Required) The machine type to create.To create a custom machine type, value should be + set as specified [here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType) * `zone` - (Required) The zone that the machine should be created in.