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: mmv1/third_party/terraform/services/compute/resource_compute_instance.go.erb
+7
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ var (
89
89
"scheduling.0.on_instance_stop_action",
90
90
<%unlessversion == 'ga'-%>
91
91
"scheduling.0.maintenance_interval",
92
+
"scheduling.0.host_error_timeout_seconds",
92
93
<%end-%>
93
94
"scheduling.0.local_ssd_recovery_timeout",
94
95
}
@@ -932,6 +933,12 @@ be from 0 to 999,999,999 inclusive.`,
932
933
},
933
934
},
934
935
<%unlessversion == 'ga'-%>
936
+
"host_error_timeout_seconds": {
937
+
Type: schema.TypeInt,
938
+
Optional: true,
939
+
Description: `Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.`,
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/services/compute/resource_compute_instance_template.go.erb
+8
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ var (
39
39
"scheduling.0.on_instance_stop_action",
40
40
<% unless version == 'ga' -%>
41
41
"scheduling.0.maintenance_interval",
42
+
"scheduling.0.host_error_timeout_seconds",
42
43
<% end -%>
43
44
"scheduling.0.local_ssd_recovery_timeout",
44
45
}
@@ -761,6 +762,13 @@ be from 0 to 999,999,999 inclusive.`,
761
762
},
762
763
},
763
764
<%unlessversion == 'ga'-%>
765
+
"host_error_timeout_seconds": {
766
+
Type: schema.TypeInt,
767
+
Optional: true,
768
+
ForceNew: true,
769
+
Description: `Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.`,
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/services/compute/resource_compute_region_instance_template.go.erb
+7
Original file line number
Diff line number
Diff line change
@@ -721,6 +721,13 @@ be from 0 to 999,999,999 inclusive.`,
721
721
},
722
722
},
723
723
<%unlessversion == 'ga'-%>
724
+
"host_error_timeout_seconds": {
725
+
Type: schema.TypeInt,
726
+
Optional: true,
727
+
ForceNew: true,
728
+
Description: `Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.`,
*`host_error_timeout_seconds` - [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Time in seconds for host error detection.
192
+
191
193
*`preemptible` - Whether the instance is preemptible.
192
194
193
195
*`on_host_maintenance` - Describes maintenance behavior for the
*`host_error_timeout_seconds` - [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Time in seconds for host error detection.
281
+
280
282
*`provisioning_model` - Describe the type of preemptible VM.
281
283
282
284
*`instance_termination_action` - Describe the type of termination action for `SPOT` VM. Can be `STOP` or `DELETE`. Read more on [here](https://cloud.google.com/compute/docs/instances/create-use-spot)
*`host_error_timeout_seconds` - [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Time in seconds for host error detection.
265
+
264
266
*`provisioning_model` - Describe the type of preemptible VM.
265
267
266
268
*`instance_termination_action` - Describe the type of termination action for `SPOT` VM. Can be `STOP` or `DELETE`. Read more on [here](https://cloud.google.com/compute/docs/instances/create-use-spot)
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -493,6 +493,7 @@ specified, then this instance will have no external IPv6 Internet access. Struct
493
493
494
494
*`on_instance_stop_action` - (Optional) Specifies the action to be performed when the instance is terminated using `max_run_duration` and `STOP``instance_termination_action`. Only support `true``discard_local_ssd` at this point. Structure is [documented below](#nested_on_instance_stop_action).
495
495
496
+
*`host_error_timeout_seconds` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
496
497
497
498
*`maintenance_interval` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Specifies the frequency of planned maintenance events. The accepted values are: `PERIODIC`.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -641,6 +641,8 @@ specified, then this instance will have no external IPv6 Internet access. Struct
641
641
642
642
*`on_instance_stop_action` - (Optional) Specifies the action to be performed when the instance is terminated using `max_run_duration` and `STOP``instance_termination_action`. Only support `true``discard_local_ssd` at this point. Structure is [documented below](#nested_on_instance_stop_action).
643
643
644
+
*`host_error_timeout_seconds` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
645
+
644
646
*`maintenance_interval` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Specifies the frequency of planned maintenance events. The accepted values are: `PERIODIC`.
645
647
646
648
*`local_ssd_recovery_timeout` - (Optional) (https://terraform.io/docs/providers/google/guides/provider_versions.html) Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour. Structure is [documented below](#nested_local_ssd_recovery_timeout).
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -603,6 +603,8 @@ specified, then this instance will have no external IPv6 Internet access. Struct
603
603
604
604
*`instance_termination_action` - (Optional) Describe the type of termination action for `SPOT` VM. Can be `STOP` or `DELETE`. Read more on [here](https://cloud.google.com/compute/docs/instances/create-use-spot)
605
605
606
+
*`host_error_timeout_seconds` - (Optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) Specifies the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
607
+
606
608
*`max_run_duration` - (Optional) The duration of the instance. Instance will run and be terminated after then, the termination action could be defined in `instance_termination_action`. Only support `DELETE``instance_termination_action` at this point. Structure is [documented below](#nested_max_run_duration).
0 commit comments