InfoGrab Docs

teleport_health_check_config Terraform 리소스 레퍼런스

이 페이지는 Teleport Terraform 프로바이더의 teleport_health_check_config 리소스에서 지원되는 값을 설명합니다.

이 페이지는 Teleport Terraform 프로바이더의 teleport_health_check_config 리소스에서 지원되는 값을 설명합니다. 사용 예시 # resource "teleport_health_check_config" "example" { metadata = { name = "example" description = "Example health check config" labels = { foo = "bar" } } version = "v1" spec = { interval = "60s" timeout = "5s" healthy_threshold = 3 unhealthy_threshold = 2 match = { db_labels = [{ name = "env" values = [ "foo", "bar", ] }] db_labels_expression = "labels.foo == `bar`" } } } 스키마 # 필수 # metadata (Attributes) 상태