This commit is contained in:
Edward Viaene
2016-10-11 17:03:29 +00:00
parent 59859b4f9d
commit 6a43f9a1ba
4 changed files with 24 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
resource "aws_key_pair" "mykey" {
key_name = "mykey"
public_key = "${file("${var.PATH_TO_PUBLIC_KEY}")}"
}