Code Monkey home page Code Monkey logo

terraform-aws-route53-health-check's Introduction

DEPRECATION NOTICE

This module has been deprecated and is no longer maintained. Should you need to continue to use it, please fork the repository. Thank you.

Custom module to configure health check and related AWS CloudWatch alarms.

Usage

module "route53_health_check" {
  source = "trussworks/route53-health-check/aws"
  version = "2.0.0"

  environment       = var.environment
  dns_name          = local.my_move_dns_name
  alarm_actions     = compact(local.r53_alarm_actions)
  health_check_path = "/health?database=false"
}

Terraform Versions

Terraform 0.12. Pin module version to ~> 2.X. Submit pull-requests to master branch.

Requirements

Name Version
terraform >= 0.13.0
aws >= 3.0

Providers

Name Version
aws >= 3.0
aws.us-east-1 >= 3.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_metric_alarm.http resource
aws_cloudwatch_metric_alarm.https resource
aws_route53_health_check.http resource
aws_route53_health_check.https resource

Inputs

Name Description Type Default Required
alarm_actions Actions to execute when this alarm transitions. list(string) n/a yes
alarm_name_suffix Suffix for cloudwatch alarm name to ensure uniqueness. string "" no
disable Disable health checks bool false no
dns_name Fully-qualified domain name (FQDN) to create. string n/a yes
environment Environment tag (e.g. prod). string n/a yes
failure_threshold Failure Threshold (must be less than or equal to 10) string "3" no
health_check_path Resource Path to check string "" no
health_check_regions AWS Regions for health check list(string)
[
"us-east-1",
"us-west-1",
"us-west-2"
]
no
request_interval Request Interval (must be 10 or 30) string "30" no

Outputs

No outputs.

terraform-aws-route53-health-check's People

Contributors

chrisgilmerproj avatar eeeady avatar esacteksab avatar jsclarridge avatar mdawn avatar mdrummerboy09 avatar ralren avatar rdhariwal avatar rpdelaney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.