File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ module "network" {
8080| kubernetes\_ clusters\_ secure | List of kubernetes cluster names to creates tags in secure subnets of this VPC | ` list(string) ` | ` [] ` | no |
8181| kubernetes\_ clusters\_ type | Use either 'owned' or 'shared' for kubernetes cluster tags | ` string ` | ` "shared" ` | no |
8282| max\_ az | Max number of AZs | ` number ` | ` 3 ` | no |
83+ | multi\_ az\_ private\_ rtb | Create multiple private route tables, one per AZ | ` bool ` | ` false ` | no |
8384| multi\_ nat | Number of NAT Instances, 'true' will yield one per AZ while 'false' creates one NAT | ` bool ` | ` false ` | no |
8485| name | Name prefix for the resources of this stack | ` string ` | n/a | yes |
8586| name\_ pattern | Name pattern to use for resources. Options: default, kebab | ` string ` | ` "default" ` | no |
You can’t perform that action at this time.
0 commit comments