Skip to content

Commit b569f2a

Browse files
authored
Change version of Debian image
Hi this version was not found anymore. Thanks.
1 parent e8dd668 commit b569f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/google/r/compute_disk.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "google_compute_disk" "default" {
1717
name = "test-disk"
1818
type = "pd-ssd"
1919
zone = "us-central1-a"
20-
image = "debian7-wheezy"
20+
image = "debian-cloud/debian-8"
2121
}
2222
```
2323

0 commit comments

Comments
 (0)