Skip to content

Commit

Permalink
Merge pull request hashicorp#435 from modular-magician/codegen-pr-1384
Browse files Browse the repository at this point in the history
Note version is required for beta IGM version
  • Loading branch information
emilymye committed Feb 15, 2019
2 parents 87f20f0 + 5d8b5ed commit e39ce6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/compute_instance_group_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e39ce6f

Please sign in to comment.