| default_subnet_advanced_params |
These params will be used by default unless you specify some of them in the subnet_advanced_params map |
map(string) |
{ "subnet_flow_logs": "false", "subnet_flow_logs_interval": "INTERVAL_10_MIN", "subnet_flow_logs_metadata": "EXCLUDE_ALL_METADATA", "subnet_flow_logs_sampling": 0.5, "subnet_private_access": "true" } |
no |
| subnets |
List of subnets |
list(object({ subnet_name = string, subnet_region = string, subnet_ip = string, ## NOTE ON ADVANCED PARAMS ## ----------------------- ## We do not define advanced params in this object. however : ## in the tfvars file, you can add all the advanced params in the subnet maps. ## If you do, they will override defaults declared in default_subnet_advanced_params })) |
n/a |
yes |