flow_log_settings |
Map of VPC Flow Logs settings |
object({ log_destination_type = string, enable_flow_log = bool, traffic_type = string, }) |
{ “enable_flow_log”: false, “log_destination_type”: “s3”, “traffic_type”: “ALL” } |
no |
vpc_settings |
Map of AWS VPC settings |
object({ application_subnets = list(string) public_subnets = list(string) data_subnets = list(string) dns_hostnames = bool, dns_support = bool, tenancy = string, cidr = string }) |
{ “application_subnets”: [ “172.20.16.0/22”, “172.20.20.0/22” ], “cidr”: “172.20.0.0/16”, “data_subnets”: [ “172.20.8.0/22”, “172.20.12.0/22” ], “dns_hostnames”: true, “dns_support”: true, “public_subnets”: [ “172.20.0.0/22”, “172.20.4.0/22” ], “tenancy”: “default” } |
no |