mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 19:22:46 -06:00
fix tests
This commit is contained in:
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…
Reference in New Issue
Block a user