This commit is contained in:
Edward Viaene
2018-06-15 10:57:00 +00:00
parent af380f0910
commit a192d0b94e
6 changed files with 135 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
variable "AWS_REGION" {
default = "eu-west-1"
}
variable "PATH_TO_PRIVATE_KEY" {
default = "mykey"
}
variable "PATH_TO_PUBLIC_KEY" {
default = "mykey.pub"
}
variable "ENV" {
default = "prod"
}