Use a new image type
This commit is contained in:
parent
89a3073f0f
commit
1dbedf26ef
|
@ -142,8 +142,8 @@ func testAccComputeSnapshot_encryption(snapshotName string, diskName string) str
|
||||||
return fmt.Sprintf(`
|
return fmt.Sprintf(`
|
||||||
resource "google_compute_disk" "foobar" {
|
resource "google_compute_disk" "foobar" {
|
||||||
name = "%s"
|
name = "%s"
|
||||||
image = "debian-8-jessie-v20160803"
|
image = "debian-8-jessie-v20160921"
|
||||||
size = 50
|
size = 10
|
||||||
type = "pd-ssd"
|
type = "pd-ssd"
|
||||||
zone = "us-central1-a"
|
zone = "us-central1-a"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue