pull/10453/head
Dana Hoffman 10 years ago
parent 73177e8127
commit 2ad3042877

@ -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" {

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

Loading…
Cancel
Save