@@ -76,6 +76,9 @@ The following arguments are supported:
76
76
77
77
- - -
78
78
79
+ * ` scratch_disk ` - (Optional) Scratch disks to attach to the instance. This can be
80
+ specified multiple times for multiple scratch disks. Structure is documented below.
81
+
79
82
* ` can_ip_forward ` - (Optional) Whether to allow sending and receiving of
80
83
packets with non-matching source or destination IPs.
81
84
This defaults to false.
@@ -85,9 +88,6 @@ The following arguments are supported:
85
88
86
89
* ` description ` - (Optional) A brief description of this resource.
87
90
88
- * ` disk ` - (Optional) Disks to attach to the instance. This can be specified
89
- multiple times for multiple disks. Structure is documented below.
90
-
91
91
* ` metadata ` - (Optional) Metadata key/value pairs to make available from
92
92
within the instance.
93
93
@@ -110,6 +110,9 @@ The following arguments are supported:
110
110
111
111
---
112
112
113
+ * ` disk ` - (DEPRECATED) Disks to attach to the instance. This can be specified
114
+ multiple times for multiple disks. Structure is documented below.
115
+
113
116
* ` network ` - (DEPRECATED) Networks to attach to the instance. This
114
117
can be specified multiple times for multiple networks. Structure is
115
118
documented below.
@@ -149,7 +152,12 @@ The `initialize_params` block supports:
149
152
` global/images/family/{family} ` , ` family/{family} ` , ` {project}/{family} ` ,
150
153
` {project}/{image} ` , ` {family} ` , or ` {image} ` .
151
154
152
- The ` disk ` block supports: (Note that either disk or image is required, unless
155
+ The ` scratch_disk ` block supports:
156
+
157
+ * ` interface ` - (Optional) The disk interface to use for attaching this disk; either SCSI or NVME.
158
+ Defaults to SCSI.
159
+
160
+ (DEPRECATED) The ` disk ` block supports: (Note that either disk or image is required, unless
153
161
the type is "local-ssd", in which case scratch must be true).
154
162
155
163
* ` disk ` - The name of the existing disk (such as those managed by
0 commit comments