We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfd858 commit 397946fCopy full SHA for 397946f
examples/complete/outputs.tf
@@ -41,6 +41,6 @@ output "services" {
41
################################################################################
42
43
output "alb_dns_name" {
44
- description = "ALB endpoint DNS"
+ description = "The DNS name of the load balancer"
45
value = module.alb.dns_name
46
}
examples/ec2-autoscaling/outputs.tf
@@ -135,8 +135,7 @@ output "service_autoscaling_scheduled_actions" {
135
# Application Load Balancer
136
137
138
-
139
140
141
142
0 commit comments