alicloud_alb_health_check_template

Provides a Application Load Balancer (ALB) Health Check Template resource.

For information about Application Load Balancer (ALB) Health Check Template and how to use it, see What is Health Check Template.

Example Usage

Basic Usage

resource "alicloud_alb_health_check_template" "example" {
  health_check_template_name = "example_name"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Application Load Balancer (ALB) Health Check Template can be imported using the id, e.g.

$ terraform import alicloud_alb_health_check_template.example <id>