You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/instance_template/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ See the [simple](../../examples/instance_template/simple) for a usage example.
47
47
| source\_image\_family | Source image family. If neither source\_image nor source\_image\_family is specified, defaults to the latest public CentOS image. |`string`|`"centos-7"`| no |
48
48
| source\_image\_project | Project where the source image comes from. The default project contains CentOS images. |`string`|`"centos-cloud"`| no |
49
49
| spot | Provision a SPOT instance |`bool`|`false`| no |
50
+
| spot\_instance\_termination\_action | Action to take when Compute Engine preempts a Spot VM. |`string`|`"STOP"`| no |
50
51
| stack\_type | The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are `IPV4_IPV6` or `IPV4_ONLY`. Default behavior is equivalent to IPV4\_ONLY. |`string`|`null`| no |
51
52
| startup\_script | User startup script to run when instances spin up |`string`|`""`| no |
52
53
| subnetwork | The name of the subnetwork to attach this interface to. The subnetwork must exist in the same region this instance will be created in. Either network or subnetwork must be provided. |`string`|`""`| no |
0 commit comments