terraform packer demo

This commit is contained in:
Edward Viaene
2016-10-17 12:42:10 +00:00
parent ad582f79eb
commit 90e493ff9f
8 changed files with 187 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
variable "AWS_REGION" {
default = "eu-west-1"
}
variable "PATH_TO_PRIVATE_KEY" {
default = "mykey"
}
variable "PATH_TO_PUBLIC_KEY" {
default = "mykey.pub"
}