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:
parent
cdc3fa8337
commit
1299d9dff3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue