Skip to content

Commit 1dbedf2

Browse files
committed
Use a new image type
1 parent 89a3073 commit 1dbedf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtin/providers/google/resource_compute_snapshot_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ func testAccComputeSnapshot_encryption(snapshotName string, diskName string) str
142142
return fmt.Sprintf(`
143143
resource "google_compute_disk" "foobar" {
144144
name = "%s"
145-
image = "debian-8-jessie-v20160803"
146-
size = 50
145+
image = "debian-8-jessie-v20160921"
146+
size = 10
147147
type = "pd-ssd"
148148
zone = "us-central1-a"
149149
}

0 commit comments

Comments
 (0)