From 8247e2d907b70b1daa621fecf1e0f513c1e9b994 Mon Sep 17 00:00:00 2001 From: Sam Mingolelli Date: Mon, 20 Jan 2020 22:09:04 -0500 Subject: [PATCH] =?UTF-8?q?Removes=20current=20=3D=20=E2=80=9Ctrue?= =?UTF-8?q?=E2=80=9D=20from=20aws=5Fregion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 10fdf93..05b15a2 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,4 @@ -data "aws_region" "default" { - current = "true" -} +data "aws_region" "default" {} module "log_group_label" { source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"