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".`,
1066
1067
},
1068
+
"enable_uefi_networking": {
1069
+
Type: schema.TypeBool,
1070
+
Optional: true,
1071
+
ForceNew: true,
1072
+
AtLeastOneOf: advancedMachineFeaturesKeys,
1073
+
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".`,
933
933
},
934
+
"enable_uefi_networking": {
935
+
Type: schema.TypeBool,
936
+
Optional: true,
937
+
ForceNew: true,
938
+
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".`,
899
899
},
900
+
"enable_uefi_networking": {
901
+
Type: schema.TypeBool,
902
+
Optional: true,
903
+
ForceNew: true,
904
+
Description: `Whether to enable UEFI networking or not.`,
Copy file name to clipboardExpand all lines: website/docs/r/compute_instance.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
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
0 commit comments