This commit is contained in:
Patrick de Ruiter 2021-06-22 21:20:04 +02:00
parent 9020639123
commit f0a6a88416

View File

@ -51,9 +51,7 @@ module "vpc-flow-logs" {
traffic_type = "ALL" traffic_type = "ALL"
tags = { tags = local.tags
Project = "Test"
}
} }
module "subnets" { module "subnets" {