This commit is contained in:
Edward Viaene
2016-10-25 08:54:33 +00:00
parent 54959960e4
commit cc982905f0
4 changed files with 70 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
provider "aws" {
#access_key = "${var.AWS_ACCESS_KEY}"
#secret_key = "${var.AWS_SECRET_KEY}"
region = "${var.AWS_REGION}"
}