/terraform-module-doomsday-lb

Terraform module to create a LB for Doomsday

Primary LanguageHCLMIT LicenseMIT

terraform-module-doomsday-lb

Terraform module to create a LB for Doomsday

Inputs - Required:

  • resource_tags - AWS tags to apply to resources
  • vpc_id - AWS VPC Id
  • subnet_ids - The AWS Subnet Id to place the lb into
  • domain - url used for doomsday domain
  • route53_zone_id - Route53 zone id
  • security_groups - Array of security groups to use on th elb
  • acm_arn - ACM arn for the doomsday certificates

Inputs - Optional:

  • enable_route_53 - Disable if using CloudFlare or other DNS (default = 1, to disable, set = 0)
  • internal_lb - Determine whether the load balancer is internal-only facing (default = true)

Outputs:

  • fqdn - The A Record for the created load balancer
  • name - Name of the load balancer. Map this value in your cloud config