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

Commit

Permalink
Add tags to aws_lb_target_group.target80 resource
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-nr authored Jan 22, 2021
1 parent 39fe506 commit 40914df
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 40914df

Please sign in to comment.