diff --git a/r/compute_autoscaler.html.markdown b/r/compute_autoscaler.html.markdown index 3d18ed65..d2bd362b 100644 --- a/r/compute_autoscaler.html.markdown +++ b/r/compute_autoscaler.html.markdown @@ -29,7 +29,7 @@ resource "google_compute_instance_template" "foobar" { tags = ["foo", "bar"] disk { - source_image = "debian-cloud/debian-7-wheezy-v20160301" + source_image = "debian-cloud/debian-8" } network_interface { diff --git a/r/compute_backend_service.html.markdown b/r/compute_backend_service.html.markdown index 4b578fdc..71a2acb4 100644 --- a/r/compute_backend_service.html.markdown +++ b/r/compute_backend_service.html.markdown @@ -45,7 +45,7 @@ resource "google_compute_instance_template" "foobar" { } disk { - source_image = "debian-7-wheezy-v20160301" + source_image = "debian-cloud/debian-8" auto_delete = true boot = true } diff --git a/r/compute_instance.html.markdown b/r/compute_instance.html.markdown index a9f10244..d40618a7 100644 --- a/r/compute_instance.html.markdown +++ b/r/compute_instance.html.markdown @@ -25,7 +25,7 @@ resource "google_compute_instance" "default" { tags = ["foo", "bar"] disk { - image = "debian-7-wheezy-v20160301" + image = "debian-cloud/debian-8" } // Local SSD disk diff --git a/r/compute_instance_template.html.markdown b/r/compute_instance_template.html.markdown index d55acf1f..b1b92669 100644 --- a/r/compute_instance_template.html.markdown +++ b/r/compute_instance_template.html.markdown @@ -32,7 +32,7 @@ resource "google_compute_instance_template" "foobar" { // Create a new boot disk from an image disk { - source_image = "debian-7-wheezy-v20160301" + source_image = "debian-cloud/debian-8" auto_delete = true boot = true } diff --git a/r/dns_record_set.markdown b/r/dns_record_set.markdown index 40bbec9c..50810913 100644 --- a/r/dns_record_set.markdown +++ b/r/dns_record_set.markdown @@ -21,7 +21,7 @@ resource "google_compute_instance" "frontend" { zone = "us-central1-b" disk { - image = "debian-7-wheezy-v20160301" + image = "debian-cloud/debian-8" } network_interface {