Doc: google_compute_health_check resource has no type attribute (#12646)

The `google_compute_health_check` resource has no `type` attribute.

cf. https://www.terraform.io/docs/providers/google/r/compute_health_check.html
This commit is contained in:
Patrick Decat 2017-03-13 18:53:25 +01:00 committed by Paul Stack
parent cdc3fa8337
commit 1299d9dff3
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ resource "google_compute_health_check" "default" {
name = "test"
check_interval_sec = 1
timeout_sec = 1
type = "TCP"
tcp_health_check {
port = "80"