get Health Check
Get information about a HealthCheck.
Example Usage
data "google_compute_health_check" "health_check" {
name = "my-hc"
}
Content copied to clipboard
Return
A collection of values returned by getHealthCheck.
Parameters
argument
A collection of arguments for invoking getHealthCheck.
Return
A collection of values returned by getHealthCheck.
Parameters
name
Name of the resource.
project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
See also
suspend fun getHealthCheck(argument: suspend GetHealthCheckPlainArgsBuilder.() -> Unit): GetHealthCheckResult
Return
A collection of values returned by getHealthCheck.
Parameters
argument
Builder for com.pulumi.gcp.compute.kotlin.inputs.GetHealthCheckPlainArgs.