Skip to content

Commit

Permalink
Fix loadbalancer_id output
Browse files Browse the repository at this point in the history
  • Loading branch information
pysysops committed Feb 10, 2019
1 parent 2e204d4 commit c6d1988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ output "ipv6_address" {

output "loadbalancer_id" {
description = "ID of the loadbalancer"
value = "${local.loadbalancer_ip}"
value = "${local.loadbalancer_id}"
}

output "loadbalancer_ip" {
Expand Down

0 comments on commit c6d1988

Please sign in to comment.