Skip to content

Commit

Permalink
compute_instance_template: Remove copy/paste typo in docs (#3241)
Browse files Browse the repository at this point in the history
The allow_stopping_for_update argument is
not defined for compute_instance_template,
so remove this typo in the docs. That field
is defined for compute_instance, so I think
it is a copy/paste typo.
  • Loading branch information
conorgil authored and danawillow committed May 6, 2019
1 parent bc232a2 commit 5c06069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/docs/r/compute_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ The following arguments are supported:

* `machine_type` - (Required) The machine type to create.

**Note:** If you want to update this value (resize the VM) after initial creation, you must set [`allow_stopping_for_update`](#allow_stopping_for_update) to `true`.

To create a machine with a [custom type][custom-vm-types] (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.

- - -
Expand Down

0 comments on commit 5c06069

Please sign in to comment.