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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,15 @@ See the [simple](../../examples/instance_template/simple) for a usage example.
19
19
| can\_ip\_forward | Enable IP forwarding, for NAT instances for example |`string`|`"false"`| no |
20
20
| disk\_size\_gb | Boot disk size in GB |`string`|`"100"`| no |
21
21
| disk\_type | Boot disk type, can be either pd-ssd, local-ssd, or pd-standard |`string`|`"pd-standard"`| no |
22
+
| enable\_confidential\_vm | Whether to enable the Confidential VM configuration on the instance. Note that the instance image must support Confidential VMs. See https://cloud.google.com/compute/docs/images|`bool`|`false`| no |
22
23
| enable\_shielded\_vm | Whether to enable the Shielded VM configuration on the instance. Note that the instance image must support Shielded VMs. See https://cloud.google.com/compute/docs/images|`bool`|`false`| no |
23
24
| labels | Labels, provided as a map |`map(string)`|`{}`| no |
24
25
| machine\_type | Machine type to create, e.g. n1-standard-1 |`string`|`"n1-standard-1"`| no |
25
26
| metadata | Metadata, provided as a map |`map(string)`|`{}`| no |
26
27
| name\_prefix | Name prefix for the instance template |`string`|`"default-instance-template"`| no |
27
28
| network | The name or self\_link of the network to attach this interface to. Use network attribute for Legacy or Auto subnetted networks and subnetwork for custom subnetted networks. |`string`|`""`| no |
28
29
| network\_ip | Private IP address to assign to the instance if desired. |`string`|`""`| no |
30
+
| on\_host\_maintenance | Instance availability Policy |`string`|`"MIGRATE"`| no |
29
31
| preemptible | Allow the instance to be preempted |`bool`|`false`| no |
30
32
| project\_id | The GCP project ID |`string`|`null`| no |
31
33
| region | Region where the instance template should be created. |`string`|`null`| no |
description="Whether to enable the Confidential VM configuration on the instance. Note that the instance image must support Confidential VMs. See https://cloud.google.com/compute/docs/images"
0 commit comments