Skip to content

Commit

Permalink
added host
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed May 28, 2019
1 parent 67d671c commit 89aca7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-2/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "aws_instance" "example" {
]
}
connection {
host = "${self.public_ip}"
user = "${var.INSTANCE_USERNAME}"
private_key = "${file("${var.PATH_TO_PRIVATE_KEY}")}"
}
Expand Down

0 comments on commit 89aca7c

Please sign in to comment.