adding flow logs
Some checks failed
build / tfsec (push) Failing after 25s

This commit is contained in:
hgn
2025-01-17 00:54:02 +01:00
parent 187525f3ed
commit c25f858d89

View File

@@ -28,12 +28,15 @@ module "vpc" {
private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"] private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]
public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"] public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"]
enable_nat_gateway = true enable_nat_gateway = true
single_nat_gateway = true single_nat_gateway = true
enable_dns_hostnames = true enable_dns_hostnames = true
enable_dns_support = true enable_dns_support = true
enable_flow_log = true
tags = { tags = {
terraform = "true" terraform = "true"
environment = "test" environment = "test"