Skip to content

Instantly share code, notes, and snippets.

@simontabor
Created June 4, 2019 09:16
Show Gist options
  • Save simontabor/ca5b2d7d6c0c2289de4da84cedcec847 to your computer and use it in GitHub Desktop.
Save simontabor/ca5b2d7d6c0c2289de4da84cedcec847 to your computer and use it in GitHub Desktop.
resource "aws_route53_health_check" "latency" {
type = "CLOUDWATCH_METRIC"
cloudwatch_alarm_name = "${aws_cloudwatch_metric_alarm.latency.alarm_name}"
cloudwatch_alarm_region = "${var.region}"
insufficient_data_health_status = "Healthy"
tags = {
Name = "high-latency"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment