Skip to content

cloud3rsio/terraform-aws-elb-targetgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS ELB Targetgroup Terraform module

Terraform module which creates ELB Targetgroup resources on AWS.

These types of resources are supported:

Usage

module "elb_targetgroup" {
  source = "github.com/cloud3rsio/terraform-aws-elb-targetgroup"
  name   = "simple-elb-targetgroup"
  vpc_id = "vpc-00000000"

  tags = {
    Environment = "development"
  }
}

Examples

License

Apache 2 Licensed. See LICENSE for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages