You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| default\_network\_acl\_ingress | List of maps of ingress rules to set on the Default Network ACL |`list(map(string))`| <pre>[<br> {<br> "action": "allow",<br> "cidr_block": "0.0.0.0/0",<br> "from_port": 0,<br> "protocol": "-1",<br> "rule_no": 100,<br> "to_port": 0<br> },<br> {<br> "action": "allow",<br> "from_port": 0,<br> "ipv6_cidr_block": "::/0",<br> "protocol": "-1",<br> "rule_no": 101,<br> "to_port": 0<br> }<br>]</pre> | no |
386
387
| default\_network\_acl\_name | Name to be used on the Default Network ACL |`string`|`""`| no |
387
388
| default\_network\_acl\_tags | Additional tags for the Default Network ACL |`map(string)`|`{}`| no |
389
+
| default\_route\_table\_propagating\_vgws | List of virtual gateways for propagation |`list(string)`|`[]`| no |
390
+
| default\_route\_table\_routes | Configuration block of routes. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_route_table#route|`list(map(string))`|`[]`| no |
391
+
| default\_route\_table\_tags | Additional tags for the default route table |`map(string)`|`{}`| no |
388
392
| default\_security\_group\_egress | List of maps of egress rules to set on the default security group |`list(map(string))`|`null`| no |
389
393
| default\_security\_group\_ingress | List of maps of ingress rules to set on the default security group |`list(map(string))`|`null`| no |
390
394
| default\_security\_group\_name | Name to be used on the default security group |`string`|`"default"`| no |
@@ -603,6 +607,7 @@ No Modules.
603
607
| logs\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for CloudWatch Logs endpoint |`list(string)`|`[]`| no |
604
608
| logs\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for CloudWatch Logs endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. |`list(string)`|`[]`| no |
605
609
| manage\_default\_network\_acl | Should be true to adopt and manage Default Network ACL |`bool`|`false`| no |
610
+
| manage\_default\_route\_table | Should be true to manage default route table |`bool`|`false`| no |
606
611
| manage\_default\_security\_group | Should be true to adopt and manage default security group |`bool`|`false`| no |
607
612
| manage\_default\_vpc | Should be true to adopt and manage Default VPC |`bool`|`false`| no |
608
613
| map\_public\_ip\_on\_launch | Should be false if you do not want to auto-assign public IP on launch |`bool`|`true`| no |
0 commit comments