Skip to content

Commit

Permalink
Remove duplicate server_hostname output
Browse files Browse the repository at this point in the history
  • Loading branch information
greensheep authored Apr 25, 2017
1 parent d4a0526 commit 08a063e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ output "server_public_ip" {
value = "${aws_instance.rancher_server.public_ip}"
}

output "server_hostname" {
value = "${var.server_hostname}"
}

output "server_keyname" {
value = "${aws_key_pair.keypair.key_name}"
}

0 comments on commit 08a063e

Please sign in to comment.