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
Description: `A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.`,
194
202
},
195
203
204
+
"guest_os_features": {
205
+
Type: schema.TypeList,
206
+
Optional: true,
207
+
ForceNew: true,
208
+
Description: `A list of features to enable on the guest operating system. Applicable only for bootable images.`,
Description: `A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.`,
173
181
},
174
182
183
+
"guest_os_features": {
184
+
Type: schema.TypeList,
185
+
Optional: true,
186
+
ForceNew: true,
187
+
Description: `A list of features to enable on the guest operating system. Applicable only for bootable images.`,
Copy file name to clipboardExpand all lines: website/docs/r/compute_instance_template.html.markdown
+4
Original file line number
Diff line number
Diff line change
@@ -451,6 +451,8 @@ The following arguments are supported:
451
451
452
452
*`resource_manager_tags` - (Optional) A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
453
453
454
+
*`guest_os_features` - (optional) A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
455
+
454
456
*`source_image` - (Optional) The image from which to
455
457
initialize this disk. This can be one of: the image's `self_link`,
456
458
`projects/{project}/global/images/{image}`,
@@ -484,6 +486,8 @@ The following arguments are supported:
484
486
or READ_ONLY. If you are attaching or creating a boot disk, this must
485
487
read-write mode.
486
488
489
+
*`architecture` - (Optional) The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
490
+
487
491
*`source` - (Optional) The name (**not self_link**)
488
492
of the disk (such as those managed by `google_compute_disk`) to attach.
489
493
~> **Note:** Either `source`, `source_image`, or `source_snapshot` is **required** in a disk block unless the disk type is `local-ssd`. Check the API [docs](https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/insert) for details.
Copy file name to clipboardExpand all lines: website/docs/r/compute_region_instance_template.html.markdown
+4
Original file line number
Diff line number
Diff line change
@@ -416,6 +416,8 @@ The following arguments are supported:
416
416
417
417
*`resource_manager_tags` - (Optional) A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
418
418
419
+
*`guest_os_features` - (optional) A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
420
+
419
421
*`source_image` - (Optional) The image from which to
420
422
initialize this disk. This can be one of: the image's `self_link`,
421
423
`projects/{project}/global/images/{image}`,
@@ -449,6 +451,8 @@ The following arguments are supported:
449
451
or READ_ONLY. If you are attaching or creating a boot disk, this must
450
452
read-write mode.
451
453
454
+
*`architecture` - (Optional) The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
455
+
452
456
*`source` - (Optional) The name (**not self_link**)
453
457
of the disk (such as those managed by `google_compute_disk`) to attach.
454
458
~> **Note:** Either `source`, `source_image`, or `source_snapshot` is **required** in a disk block unless the disk type is `local-ssd`. Check the API [docs](https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/insert) for details.
0 commit comments