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