Skip to content

Commit 89a3073

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

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
@@ -125,8 +125,8 @@ func testAccComputeSnapshot_basic(snapshotName string, diskName string) string {
125125
return fmt.Sprintf(`
126126
resource "google_compute_disk" "foobar" {
127127
name = "%s"
128-
image = "debian-8-jessie-v20160803"
129-
size = 50
128+
image = "debian-8-jessie-v20160921"
129+
size = 10
130130
type = "pd-ssd"
131131
zone = "us-central1-a"
132132
}

0 commit comments

Comments
 (0)