Get information about a HealthCheck.
data "google_compute_health_check" "health_check" {
name = "my-hc"
}
The following arguments are supported:
name
- (Required) Name of the resource.project
- (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.See google_compute_health_check resource for details of the available attributes.