Skip to content

Commit

Permalink
output the LB subnet availability zone for use later
Browse files Browse the repository at this point in the history
  • Loading branch information
teancom committed Jan 16, 2015
1 parent 0a24781 commit 45a5f0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws-cf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ output "aws_subnet_lb_id" {
value = "${aws_subnet.lb.id}"
}

output "aws_subnet_lb_availability_zone" {
value = "${aws_subnet.lb.availability_zone}"
}

# Routing table for public subnets

resource "aws_route_table" "public" {
Expand Down

0 comments on commit 45a5f0e

Please sign in to comment.