InfoGrab Docs

teleport_access_monitoring_rule Terraform 리소스 참조

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

이 페이지는 Teleport Terraform 프로바이더의 teleport_access_monitoring_rule 리소스에서 지원되는 값을 설명합니다. 사용 예시 # # Teleport Access Monitoring Rule enables notification routing or automatic # review rules based on specific conditions. # # This example automatically approves access requests for the role `your_role_name` # on Mondays and Tuesdays, and sends notifications to `#your-slack-channel`. resource "teleport_access_monitoring_rule" "test" { version = "v1" metadata = { name = "test" } spec = { subjects = ["acce