Skip to content

Commit 397946f

Browse files
author
Seth Eliot
committed
updates in response to bryantbiggs review
1 parent 3dfd858 commit 397946f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/complete/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ output "services" {
4141
################################################################################
4242

4343
output "alb_dns_name" {
44-
description = "ALB endpoint DNS"
44+
description = "The DNS name of the load balancer"
4545
value = module.alb.dns_name
4646
}

examples/ec2-autoscaling/outputs.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ output "service_autoscaling_scheduled_actions" {
135135
# Application Load Balancer
136136
################################################################################
137137

138-
139138
output "alb_dns_name" {
140-
description = "ALB endpoint DNS"
139+
description = "The DNS name of the load balancer"
141140
value = module.alb.dns_name
142141
}

0 commit comments

Comments
 (0)