Fix the terraform fmt of configs

This commit is contained in:
Dalton Hubble
2017-10-16 01:32:25 -07:00
parent 734bc1d32a
commit 43dc44623f
9 changed files with 21 additions and 20 deletions

View File

@ -1,5 +1,4 @@
output "ingress_dns_name" {
value = "${aws_elb.ingress.dns_name}"
value = "${aws_elb.ingress.dns_name}"
description = "DNS name of the ELB for distributing traffic to Ingress controllers"
}