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: `Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).`,
173
173
},
174
174
175
+
"resource_manager_tags": {
176
+
Type: schema.TypeMap,
177
+
Optional: true,
178
+
ForceNew: true,
179
+
Elem: &schema.Schema{Type: schema.TypeString},
180
+
Set: schema.HashString,
181
+
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.`,
182
+
},
183
+
175
184
"source_image": {
176
185
Type: schema.TypeString,
177
186
Optional: true,
@@ -588,6 +597,18 @@ Google Cloud KMS.`,
588
597
Description: `An instance template is a global resource that is not bound to a zone or a region. However, you can still specify some regional resources in an instance template, which restricts the template to the region where that resource resides. For example, a custom subnetwork resource is tied to a specific region. Defaults to the region of the Provider if no value is given.`,
589
598
},
590
599
600
+
"resource_manager_tags": {
601
+
Type: schema.TypeMap,
602
+
Optional: true,
603
+
ForceNew: false,
604
+
Elem: &schema.Schema{Type: schema.TypeString},
605
+
Set: schema.HashString,
606
+
Description: `A map of resource manager tags.
607
+
Resource manager tag keys and values have the same definition as resource manager tags.
608
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
609
+
The field is ignored (both PUT & PATCH) when empty.`,
Description: `Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).`,
156
156
},
157
157
158
+
"resource_manager_tags": {
159
+
Type: schema.TypeMap,
160
+
Optional: true,
161
+
ForceNew: true,
162
+
Elem: &schema.Schema{Type: schema.TypeString},
163
+
Set: schema.HashString,
164
+
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.`,
165
+
},
166
+
158
167
"source_image": {
159
168
Type: schema.TypeString,
160
169
Optional: true,
@@ -565,6 +574,16 @@ Google Cloud KMS.`,
565
574
Description: `The ID of the project in which the resource belongs. If it is not provided, the provider project is used.`,
566
575
},
567
576
577
+
"resource_manager_tags": {
578
+
Type: schema.TypeMap,
579
+
Optional: true,
580
+
ForceNew: false,
581
+
Elem: &schema.Schema{Type: schema.TypeString},
582
+
Set: schema.HashString,
583
+
Description: `A map of resource manager tags.
584
+
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.`,
585
+
},
586
+
568
587
"scheduling": {
569
588
Type: schema.TypeList,
570
589
Optional: true,
@@ -1002,6 +1021,10 @@ func resourceComputeRegionInstanceTemplateCreate(d *schema.ResourceData, meta in
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
@@ -351,6 +351,8 @@ The following arguments are supported:
351
351
*`reservation_affinity` - (Optional) Specifies the reservations that this instance can consume from.
352
352
Structure is [documented below](#nested_reservation_affinity).
353
353
354
+
*`resource_manager_tags` - (Optional) A set of key/value resource manager tag pairs to bind to the instances. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
355
+
354
356
*`scheduling` - (Optional) The scheduling strategy to use. More details about
355
357
this configuration option are [detailed below](#nested_scheduling).
356
358
@@ -392,6 +394,8 @@ The following arguments are supported:
392
394
Values must be between 10,000 and 120,000. For more details, see the
393
395
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
394
396
397
+
*`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.
398
+
395
399
*`source_image` - (Optional) The image from which to
396
400
initialize this disk. This can be one of: the image's `self_link`,
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
@@ -355,6 +355,8 @@ The following arguments are supported:
355
355
*`region` - (Optional) The Region in which the resource belongs.
356
356
If region is not provided, the provider region is used.
357
357
358
+
*`resource_manager_tags` - (Optional) A set of key/value resource manager tag pairs to bind to the instance. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
359
+
358
360
*`resource_policies` (Optional) -- A list of self_links of resource policies to attach to the instance. Modifying this list will cause the instance to recreate. Currently a max of 1 resource policy is supported.
359
361
360
362
*`reservation_affinity` - (Optional) Specifies the reservations that this instance can consume from.
@@ -401,6 +403,8 @@ The following arguments are supported:
401
403
Values must be between 10,000 and 120,000. For more details, see the
402
404
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
403
405
406
+
*`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.
407
+
404
408
*`source_image` - (Optional) The image from which to
405
409
initialize this disk. This can be one of: the image's `self_link`,
0 commit comments