module-demo

This commit is contained in:
Edward Viaene
2018-06-20 12:39:48 +00:00
parent 6824a885ad
commit ec721b75bd
7 changed files with 112 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
variable "AWS_REGION" {
default = "eu-west-1"
}
variable "PATH_TO_PRIVATE_KEY" {
default = "mykey"
}
variable "PATH_TO_PUBLIC_KEY" {
default = "mykey.pub"
}