From 98e81edf6f12f5cae0ac6dde3f97a622b69ef647 Mon Sep 17 00:00:00 2001 From: Marvin Contessi Date: Fri, 31 Aug 2018 09:42:03 +0200 Subject: [PATCH] removed region so that tf uses the env var --- gophish-main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gophish-main.tf b/gophish-main.tf index d3b033f8..bd9007bc 100644 --- a/gophish-main.tf +++ b/gophish-main.tf @@ -1,6 +1,4 @@ -provider "aws" { - region = "eu-central-1" -} +provider "aws" {} // details of the aws instance resource "aws_instance" "example" {