|
|
|
|
@ -649,7 +649,7 @@ func testAccComputeInstance_basic_deprecated_network(instance string) string {
|
|
|
|
|
tags = ["foo", "bar"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network {
|
|
|
|
|
@ -671,7 +671,7 @@ func testAccComputeInstance_update_deprecated_network(instance string) string {
|
|
|
|
|
tags = ["baz"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network {
|
|
|
|
|
@ -694,7 +694,7 @@ func testAccComputeInstance_basic(instance string) string {
|
|
|
|
|
tags = ["foo", "bar"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -743,7 +743,7 @@ func testAccComputeInstance_basic3(instance string) string {
|
|
|
|
|
tags = ["foo", "bar"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-cloud/debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-cloud/debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -791,7 +791,7 @@ func testAccComputeInstance_basic5(instance string) string {
|
|
|
|
|
tags = ["foo", "bar"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-7-wheezy-v20160301"
|
|
|
|
|
image = "https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -816,7 +816,7 @@ func testAccComputeInstance_forceNewAndChangeMetadata(instance string) string {
|
|
|
|
|
tags = ["baz"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -840,7 +840,7 @@ func testAccComputeInstance_update(instance string) string {
|
|
|
|
|
tags = ["baz"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -867,7 +867,7 @@ func testAccComputeInstance_ip(ip, instance string) string {
|
|
|
|
|
tags = ["foo", "bar"]
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -898,7 +898,7 @@ func testAccComputeInstance_disks(disk, instance string, autodelete bool) string
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
@ -924,7 +924,7 @@ func testAccComputeInstance_local_ssd(instance string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
@ -947,7 +947,7 @@ func testAccComputeInstance_service_account(instance string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -972,7 +972,7 @@ func testAccComputeInstance_scheduling(instance string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -997,7 +997,7 @@ func testAccComputeInstance_subnet_auto(instance string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -1028,7 +1028,7 @@ func testAccComputeInstance_subnet_custom(instance string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -1056,7 +1056,7 @@ func testAccComputeInstance_address_auto(instance string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
@ -1084,7 +1084,7 @@ func testAccComputeInstance_address_custom(instance, address string) string {
|
|
|
|
|
zone = "us-central1-a"
|
|
|
|
|
|
|
|
|
|
disk {
|
|
|
|
|
image = "debian-7-wheezy-v20160301"
|
|
|
|
|
image = "debian-8-jessie-v20160803"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
network_interface {
|
|
|
|
|
|