Terraform module which creates ELB Targetgroup resources on AWS.
These types of resources are supported:
module "elb_targetgroup" {
source = "github.com/cloud3rsio/terraform-aws-elb-targetgroup"
name = "simple-elb-targetgroup"
vpc_id = "vpc-00000000"
tags = {
Environment = "development"
}
}
Apache 2 Licensed. See LICENSE for full details.