This commit is contained in:
Edward Viaene
2016-10-17 09:26:38 +00:00
parent 38c7371deb
commit 7d9a910383
9 changed files with 230 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
resource "aws_key_pair" "mykeypair" {
key_name = "mykeypair"
public_key = "${file("${var.PATH_TO_PUBLIC_KEY}")}"
}