Use a new image type

This commit is contained in:
Thomas Poindessous 2017-03-13 12:26:46 +01:00
parent d8e6b2ba8f
commit 89a3073f0f
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}