From f0a6a88416a70a834a57a13b4d7c7160392424b7 Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Tue, 22 Jun 2021 21:20:04 +0200 Subject: [PATCH] plaap --- main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.tf b/main.tf index d0883c7..70cb0a6 100644 --- a/main.tf +++ b/main.tf @@ -51,9 +51,7 @@ module "vpc-flow-logs" { traffic_type = "ALL" - tags = { - Project = "Test" - } + tags = local.tags } module "subnets" {