fix forwarding tests after label removal

This commit is contained in:
Chris Stephens 2018-10-26 21:10:18 +00:00 committed by Nathan McKinley
parent af85557d9d
commit 12369626c8

View File

@ -154,7 +154,6 @@ resource "google_compute_forwarding_rule" "foobar" {
name = "%s"
port_range = "80-81"
target = "${google_compute_target_pool.foo-tp.self_link}"
labels = {"foo" = "bar"}
}
`, poolName, ruleName)
}
@ -177,7 +176,6 @@ resource "google_compute_forwarding_rule" "foobar" {
name = "%s"
port_range = "80-81"
target = "${google_compute_target_pool.bar-tp.self_link}"
labels = {"baz" = "qux"}
}
`, poolName, poolName, ruleName)
}