Merge pull request #12814 from tpoindessous/patch-2

[DOCUMENTATION] Change version of Debian image
This commit is contained in:
Mitchell Hashimoto 2017-03-20 09:05:58 -07:00 committed by GitHub
commit 373324ed43
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ resource "google_compute_disk" "default" {
name = "test-disk" name = "test-disk"
type = "pd-ssd" type = "pd-ssd"
zone = "us-central1-a" zone = "us-central1-a"
image = "debian7-wheezy" image = "debian-cloud/debian-8"
} }
``` ```