This commit is contained in:
Edward Viaene
2016-10-24 14:00:06 +00:00
parent 6b2ee707f0
commit aaa00e865b
7 changed files with 239 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
provider "aws" {
region = "${var.AWS_REGION}"
}