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" {