This commit is contained in:
Edward Viaene
2016-10-07 16:13:30 +02:00
parent 95933c5172
commit 4e078036af
3 changed files with 21 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
variable "AWS_ACCESS_KEY" {}
variable "AWS_SECRET_KEY" {}
variable "AWS_REGION" {
default = "eu-west-1"
}