Skip to content

Commit f8195d6

Browse files
committed
Fix output resource name
1 parent 6984cec commit f8195d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,8 @@ resource "aws_route53_record" "cf_tcp_lb_dns" {
720720

721721

722722

723-
output "dns_name" {value = aws_lb.cf_tcp_lb.dns_name}
724-
output "lb_name" {value = aws_elb.cf_tcp_lb.name }
723+
output "dns_name" {value = aws_elb.cf_tcp_lb.dns_name}
724+
output "lb_name" {value = aws_elb.cf_tcp_lb.name }
725725

726726

727727

0 commit comments

Comments
 (0)