From 5d8b5edab9738980c4ae1d3f3a52384b42a7ddcd Mon Sep 17 00:00:00 2001 From: emily Date: Fri, 15 Feb 2019 21:05:44 +0000 Subject: [PATCH] Note version is required for beta IGM version Signed-off-by: Modular Magician --- .../docs/r/compute_instance_group_manager.html.markdown | 8 ++++---- .../r/compute_region_instance_group_manager.html.markdown | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/r/compute_instance_group_manager.html.markdown b/website/docs/r/compute_instance_group_manager.html.markdown index 79e5162e2ac..fc55113337c 100644 --- a/website/docs/r/compute_instance_group_manager.html.markdown +++ b/website/docs/r/compute_instance_group_manager.html.markdown @@ -89,11 +89,11 @@ The following arguments are supported: appending a hyphen and a random four-character string to the base instance name. -* `instance_template` - (Optional) The full URL to an instance template from - which all new instances will be created. This field is only present in the - `google` provider. +* `instance_template` - (Required, [GA](https://terraform.io/docs/providers/google/provider_versions.html)) The + full URL to an instance template from which all new instances + will be created. This field is only present in the `google` provider. -* `version` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Application versions managed by this instance group. Each +* `version` - (Required, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Application versions managed by this instance group. Each version deals with a specific instance template, allowing canary release scenarios. Structure is documented below. diff --git a/website/docs/r/compute_region_instance_group_manager.html.markdown b/website/docs/r/compute_region_instance_group_manager.html.markdown index acbffd0d15a..dcf4dc116a8 100644 --- a/website/docs/r/compute_region_instance_group_manager.html.markdown +++ b/website/docs/r/compute_region_instance_group_manager.html.markdown @@ -90,11 +90,11 @@ The following arguments are supported: appending a hyphen and a random four-character string to the base instance name. -* `instance_template` - (Optional) The full URL to an instance template from +* `instance_template` - (Required, [GA](https://terraform.io/docs/providers/google/provider_versions.html)) The full URL to an instance template from which all new instances will be created. This field is only present in the `google` provider. -* `version` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Application versions managed by this instance group. Each +* `version` - (Required, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Application versions managed by this instance group. Each version deals with a specific instance template, allowing canary release scenarios. Structure is documented below.