File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ 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
+ | app_target_group_arn | ARN for the application target group |
143
+ | app_subdomain_acm_cert_arn| ARN for the application subdomain SSL certificate managed by ACM |
143
144
144
145
### License
145
146
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 @@ -17,3 +17,8 @@ output "app_target_group_arn" {
17
17
description = " ARN for the application target group"
18
18
value = aws_lb_target_group. app . arn
19
19
}
20
+
21
+ output "app_subdomain_acm_cert_arn" {
22
+ description = " ARN for the application subdomain SSL certificate managed by ACM"
23
+ value = aws_acm_certificate. app_subdomain . arn
24
+ }
You can’t perform that action at this time.
0 commit comments