Added AWS provider

This commit is contained in:
Patrick de Ruiter 2020-05-12 00:39:53 +02:00
parent 42897fe3b2
commit 52293d3616

3
provider.tf Normal file
View File

@ -0,0 +1,3 @@
provider "aws" {
region = var.region
}