Change version of Debian image
Hi this version was not found anymore. Thanks.
This commit is contained in:
parent
e8dd668063
commit
b569f2a130
|
@ -17,7 +17,7 @@ resource "google_compute_disk" "default" {
|
|||
name = "test-disk"
|
||||
type = "pd-ssd"
|
||||
zone = "us-central1-a"
|
||||
image = "debian7-wheezy"
|
||||
image = "debian-cloud/debian-8"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue