diff --git a/r/compute_autoscaler.html.markdown b/r/compute_autoscaler.html.markdown index b8125285..c8e6e637 100644 --- a/r/compute_autoscaler.html.markdown +++ b/r/compute_autoscaler.html.markdown @@ -28,7 +28,7 @@ resource "google_compute_instance_template" "foobar" { tags = ["foo", "bar"] disk { - source_image = "debian-cloud/debian-7-wheezy-v20140814" + source_image = "debian-cloud/debian-7-wheezy-v20160301" } network_interface { diff --git a/r/compute_backend_service.html.markdown b/r/compute_backend_service.html.markdown index be272b74..1fbc403b 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-v20140814" + source_image = "debian-7-wheezy-v20160301" auto_delete = true boot = true } diff --git a/r/compute_instance.html.markdown b/r/compute_instance.html.markdown index 02e087c7..25bc46f8 100644 --- a/r/compute_instance.html.markdown +++ b/r/compute_instance.html.markdown @@ -24,7 +24,7 @@ resource "google_compute_instance" "default" { tags = ["foo", "bar"] disk { - image = "debian-7-wheezy-v20140814" + image = "debian-7-wheezy-v20160301" } // Local SSD disk diff --git a/r/compute_instance_template.html.markdown b/r/compute_instance_template.html.markdown index c9a00c1e..32583fc5 100644 --- a/r/compute_instance_template.html.markdown +++ b/r/compute_instance_template.html.markdown @@ -30,7 +30,7 @@ resource "google_compute_instance_template" "foobar" { # Create a new boot disk from an image disk { - source_image = "debian-7-wheezy-v20140814" + source_image = "debian-7-wheezy-v20160301" auto_delete = true boot = true } diff --git a/r/dns_record_set.markdown b/r/dns_record_set.markdown index a4fd97af..079ab9c3 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-v20140814" + image = "debian-7-wheezy-v20160301" } network_interface {