fix tests

This commit is contained in:
Dana Hoffman 2016-12-08 19:59:03 -08:00
parent 5cf3323c6f
commit ddbc902cf1
2 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,6 @@ resource "google_compute_region_backend_service" "foobar-bs" {
name = "%s"
description = "Resource created for Terraform acceptance testing"
health_checks = ["${google_compute_health_check.zero.self_link}"]
load_balancing_scheme = "INTERNAL"
region = "us-central1"
}
resource "google_compute_health_check" "zero" {

View File

@ -253,7 +253,7 @@ resource "google_compute_health_check" "default" {
name = "%s"
check_interval_sec = 1
timeout_sec = 1
type = "TCP"
tcp_health_check {
}