mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-20 23:21:33 +02:00
Clarify AWS module output names and changes
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
output "target_group_http_arn" {
|
||||
output "target_group_http" {
|
||||
description = "ARN of a target group of workers for HTTP traffic"
|
||||
value = "${aws_lb_target_group.workers-http.arn}"
|
||||
}
|
||||
|
||||
output "target_group_https_arn" {
|
||||
output "target_group_https" {
|
||||
description = "ARN of a target group of workers for HTTPS traffic"
|
||||
value = "${aws_lb_target_group.workers-https.arn}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user