Skip to content

Commit

Permalink
Document change - Add more detail about how to use provisioning_model (
Browse files Browse the repository at this point in the history
…#5727) (#4080)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 24, 2022
1 parent 98e11af commit 7f01e64
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changelog/5727.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion website/docs/d/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The following arguments are supported:
* `automatic_restart` - Specifies if the instance should be
restarted if it was terminated by Compute Engine (not a user).

* `provisioning_model`(Beta) - Describe the type of preemptible VM.
* `provisioning_model` - (Beta) Describe the type of preemptible VM.

<a name="nested_guest_accelerator"></a>The `guest_accelerator` block supports:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/compute_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ The `disk_encryption_key` block supports:
[here](https://cloud.google.com/compute/docs/nodes/create-nodes).
Structure [documented below](#nested_node_affinities).

* `provisioning_model`(Beta) - Describe the type of preemptible VM.
* `provisioning_model` - (Beta) Describe the type of preemptible VM.

<a name="nested_guest_accelerator"></a>The `guest_accelerator` block supports:

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ specified, then this instance will have no external IPv6 Internet access. Struct

* `min_node_cpus` - (Optional) The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.

* `provisioning_model`(Optional, Beta) - Describe the type of preemptible VM. If this
is set, `preemptible` should be `true` and `auto_restart` should be
`false`. One of `STANDARD_PROVISION` or `SPOT`, for more info about
* `provisioning_model` - (Optional, Beta) Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
`preemptible` should be `true` and `auto_restart` should be
`false`. For more info about
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)

<a name="nested_guest_accelerator"></a>The `guest_accelerator` block supports:
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/compute_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@ specified, then this instance will have no external IPv6 Internet access. Struct
[here](https://cloud.google.com/compute/docs/nodes/create-nodes).
Structure [documented below](#nested_node_affinities).

* `provisioning_model`(Optional, Beta) - Describe the type of preemptible VM. If this
is set, `preemptible` should be `true` and `auto_restart` should be
`false`. One of `STANDARD_PROVISION` or `SPOT`, for more info about
* `provisioning_model` - (Optional, Beta) Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
`preemptible` should be `true` and `auto_restart` should be
`false`. For more info about
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)

<a name="nested_guest_accelerator"></a>The `guest_accelerator` block supports:
Expand Down

0 comments on commit 7f01e64

Please sign in to comment.