Merge pull request #2359 from ehaydenr/master

Terraform AWS Private Key
pull/2361/head
James Phillips 2016-09-24 15:44:37 -07:00 committed by GitHub
commit bdcc8c44f5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ resource "aws_instance" "server" {
connection {
user = "${lookup(var.user, var.platform)}"
key_file = "${var.key_path}"
private_key = "${file("${var.key_path}")}"
}
#Instance tags