Skip to content

Commit

Permalink
Update tests to include updated network definition for instance templ…
Browse files Browse the repository at this point in the history
…ates from hashicorp#980.
  • Loading branch information
David Watson committed Feb 19, 2015
1 parent 81d0828 commit fa6d945
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ resource "google_compute_instance_template" "foobar" {
boot = true
}
network {
source = "default"
network_interface {
network = "default"
}
metadata {
Expand Down Expand Up @@ -231,8 +231,8 @@ resource "google_compute_instance_template" "foobar" {
boot = true
}
network {
source = "default"
network_interface {
network = "default"
}
metadata {
Expand All @@ -256,8 +256,8 @@ resource "google_compute_instance_template" "foobaz" {
boot = true
}
network {
source = "default"
network_interface {
network = "default"
}
metadata {
Expand Down Expand Up @@ -304,8 +304,8 @@ resource "google_compute_instance_template" "foobar" {
boot = true
}
network {
source = "default"
network_interface {
network = "default"
}
metadata {
Expand All @@ -329,8 +329,8 @@ resource "google_compute_instance_template" "foobaz" {
boot = true
}
network {
source = "default"
network_interface {
network = "default"
}
metadata {
Expand Down

0 comments on commit fa6d945

Please sign in to comment.