全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

ksyun_health_checks

最近更新时间:2020-09-10 21:35:20

This data source provides a list of healthcheck resources according to their healthcheck ID or listener ID.

Example Usage

data "ksyun_health_checks" "default" {
  output_file="output_result"
  ids=[]
  listener_id=["8d1dac22-6c6c-42ea-93e2-2702d44ddb93","70467f7e-23dc-465a-a609-fb1525fc6b16"]
}

Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of health check IDs, all the healthcheck belong to this region will be retrieved if the ID is "".
  • listener_id - (Optional) A list of listener IDs, all the healthcheck belong to this region will be retrieved if the ID is "".
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • health_checks - It is a nested type which documented below.
  • total_count - Total number of Elastic IPs that satisfy the condition.
文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈