File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ No modules.
139
139
| alb_arn | ARN for the application load balancer provisioned by the module. |
140
140
| alb_http_listener_arn | ARN for the application load balancer HTTP listener |
141
141
| alb_https_listener_arn | ARN for the application load balancer HTTPS listener |
142
+ | app_target_group_arn | ARN for the application target group |
142
143
143
144
### License
144
145
MIT Licensed. See [ LICENSE] ( https://github.com/gaussb-labs/terraform-aws-webapp-ingress-module/blob/main/LICENSE ) for full details.
Original file line number Diff line number Diff line change @@ -12,3 +12,8 @@ output "alb_https_listener_arn" {
12
12
description = " ARN for the application load balancer HTTPS listener"
13
13
value = aws_lb_listener. app_https . arn
14
14
}
15
+
16
+ output "app_target_group_arn" {
17
+ description = " ARN for the application target group"
18
+ value = aws_lb_target_group. app . arn
19
+ }
You can’t perform that action at this time.
0 commit comments