Skip to content

Commit 7992618

Browse files
Fix with18TbScratchDisk test by replacing it with with24TbScratchDisk (#9672) (#16909)
[upstream:e0b5cb9f56acdae5bd7ec59b0d38ca7a648d17ac] Signed-off-by: Modular Magician <[email protected]>
1 parent 9fecd14 commit 7992618

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/9672.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/compute/resource_compute_instance_template_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ data "google_compute_image" "my_image" {
21722172
21732173
resource "google_compute_instance_template" "foobar" {
21742174
name = "tf-test-instance-template-%s"
2175-
machine_type = "n2-standard-16"
2175+
machine_type = "n2-standard-64"
21762176
can_ip_forward = false
21772177
disk {
21782178
source_image = data.google_compute_image.my_image.name

0 commit comments

Comments
 (0)