Skip to content

Commit

Permalink
add arn suffix to use with cloudwatch metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Feb 17, 2020
1 parent cdf1b15 commit ecc857e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ output "lb-arn" {
value = aws_lb.lb.arn
}

output "lb-arn-suffix" {
value = aws_lb.lb.arn_suffix
}

output "roxprox-envoy-sg" {
value = var.loadbalancer == "alb" ? aws_security_group.roxprox-envoy-alb[0].id : aws_security_group.roxprox-envoy-nlb[0].id
}

0 comments on commit ecc857e

Please sign in to comment.