Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from rb-nr/patch-1
Browse files Browse the repository at this point in the history
Add tags to aws_lb_target_group.target80 resource
  • Loading branch information
Todd Radel authored Feb 22, 2021
2 parents 39fe506 + 40914df commit bc9835c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ resource aws_lb_target_group "target80" {
healthy_threshold = 2
unhealthy_threshold = 2
}

tags = merge(var.tags, {
Provider = "BanyanOps"
})
}

resource aws_lb_listener "listener80" {
Expand Down

0 comments on commit bc9835c

Please sign in to comment.