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
compute: `google_compute_instance`, `google_compute_instance_template`, `google_compute_region_instance_template` now supports `advanced_machine_features.enable_uefi_networking` field
Description: `The PMU is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are "STANDARD", "ENHANCED", and "ARCHITECTURAL".`,
1114
1115
},
1116
+
"enable_uefi_networking": {
1117
+
Type: schema.TypeBool,
1118
+
Optional: true,
1119
+
ForceNew: true,
1120
+
AtLeastOneOf: advancedMachineFeaturesKeys,
1121
+
Description: `Whether to enable UEFI networking for the instance.`,
Description: `The PMU is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are "STANDARD", "ENHANCED", and "ARCHITECTURAL".`,
972
972
},
973
+
"enable_uefi_networking": {
974
+
Type: schema.TypeBool,
975
+
Optional: true,
976
+
ForceNew: true,
977
+
Description: `Whether to enable UEFI networking or not.`,
Description: `The PMU is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are "STANDARD", "ENHANCED", and "ARCHITECTURAL".`,
928
928
},
929
+
"enable_uefi_networking": {
930
+
Type: schema.TypeBool,
931
+
Optional: true,
932
+
ForceNew: true,
933
+
Description: `Whether to enable UEFI networking or not.`,
Copy file name to clipboardexpand all lines: website/docs/r/compute_instance.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -577,6 +577,8 @@ specified, then this instance will have no external IPv6 Internet access. Struct
577
577
578
578
*`performance_monitoring_unit` - (Optional) [The PMU](https://cloud.google.com/compute/docs/pmu-overview) is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are `STANDARD`, `ENHANCED`, and `ARCHITECTURAL`.
579
579
580
+
*`enable_uefi_networking` - (Optional) Whether to enable UEFI networking for instance creation.
Copy file name to clipboardexpand all lines: website/docs/r/compute_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -732,6 +732,8 @@ The `specific_reservation` block supports:
732
732
733
733
*`performance_monitoring_unit` - (Optional) [The PMU](https://cloud.google.com/compute/docs/pmu-overview) is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are `STANDARD`, `ENHANCED`, and `ARCHITECTURAL`.
734
734
735
+
*`enable_uefi_networking` - (Optional) Whether to enable UEFI networking for instance creation.
736
+
735
737
## Attributes Reference
736
738
737
739
In addition to the arguments listed above, the following computed attributes are
Copy file name to clipboardexpand all lines: website/docs/r/compute_region_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -692,6 +692,8 @@ The `specific_reservation` block supports:
692
692
693
693
*`performance_monitoring_unit` - (Optional) [The PMU](https://cloud.google.com/compute/docs/pmu-overview) is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are `STANDARD`, `ENHANCED`, and `ARCHITECTURAL`.
694
694
695
+
*`enable_uefi_networking` - (Optional) Whether to enable UEFI networking for instance creation.
696
+
695
697
## Attributes Reference
696
698
697
699
In addition to the arguments listed above, the following computed attributes are
0 commit comments