Skip to content

Commit

Permalink
provider/aws: Add aws_alb_target_group resource
Browse files Browse the repository at this point in the history
This commit adds a resource, acceptance tests and documentation for the
Target Groups for Application Load Balancers.

This is the second in a series of commits to fully support the new
resources necessary for Application Load Balancers.
  • Loading branch information
jen20 committed Aug 17, 2016
1 parent f445b3e commit 197ef40
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func Provider() terraform.ResourceProvider {

ResourcesMap: map[string]*schema.Resource{
"aws_alb": resourceAwsAlb(),
"aws_alb_target_group": resourceAwsAlbTargetGroup(),
"aws_ami": resourceAwsAmi(),
"aws_ami_copy": resourceAwsAmiCopy(),
"aws_ami_from_instance": resourceAwsAmiFromInstance(),
Expand Down
Loading

0 comments on commit 197ef40

Please sign in to comment.