Skip to content

Commit 5a382ee

Browse files
Update outputs.tf (#9)
1 parent 91ae3b1 commit 5a382ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/asg-dns-agent/outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
output "asg_name" {
2+
description = "The name of the autoscaling group"
23
value = "${aws_launch_configuration.test.id}"
34
}
45

56
output "vpc_internal_dns_id" {
7+
description = "ID of the internal dns hosted zone"
68
value = "${aws_route53_zone.test.id}"
79
}
810

911
output "vpc_internal_dns_name" {
12+
description = "The name of the dns hosted zone"
1013
value = "${aws_route53_zone.test.name}"
1114
}

0 commit comments

Comments
 (0)