Skip to content

Commit 741aa70

Browse files
Fix vcr test testAccComputeInstance_networkPerformanceConfig (#6456) (#4626)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent 99ddc33 commit 741aa70

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changelog/6456.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_compute_instance_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5029,6 +5029,9 @@ resource "google_compute_image" "foobar" {
50295029
guest_os_features {
50305030
type = "VIRTIO_SCSI_MULTIQUEUE"
50315031
}
5032+
guest_os_features {
5033+
type = "UEFI_COMPATIBLE"
5034+
}
50325035
}
50335036
50345037
resource "google_compute_instance" "foobar" {

0 commit comments

Comments
 (0)