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
|[aws_iam_policy_document.flow_log_cloudwatch_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
349
358
|[aws_iam_policy_document.vpc_flow_log_cloudwatch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
350
359
@@ -500,6 +509,7 @@ No modules.
500
509
| <aname="input_propagate_intra_route_tables_vgw"></a> [propagate\_intra\_route\_tables\_vgw](#input\_propagate\_intra\_route\_tables\_vgw)| Should be true if you want route table propagation |`bool`|`false`| no |
501
510
| <aname="input_propagate_private_route_tables_vgw"></a> [propagate\_private\_route\_tables\_vgw](#input\_propagate\_private\_route\_tables\_vgw)| Should be true if you want route table propagation |`bool`|`false`| no |
502
511
| <aname="input_propagate_public_route_tables_vgw"></a> [propagate\_public\_route\_tables\_vgw](#input\_propagate\_public\_route\_tables\_vgw)| Should be true if you want route table propagation |`bool`|`false`| no |
512
+
| <aname="input_propagate_sys_route_tables_vgw"></a> [propagate\_sys\_route\_tables\_vgw](#input\_propagate\_sys\_route\_tables\_vgw)| Should be true if you want route table propagation |`bool`|`false`| no |
503
513
| <aname="input_public_acl_tags"></a> [public\_acl\_tags](#input\_public\_acl\_tags)| Additional tags for the public subnets network ACL |`map(string)`|`{}`| no |
504
514
| <aname="input_public_dedicated_network_acl"></a> [public\_dedicated\_network\_acl](#input\_public\_dedicated\_network\_acl)| Whether to use dedicated network ACL (not default) and custom rules for public subnets |`bool`|`false`| no |
| <aname="input_reuse_nat_ips"></a> [reuse\_nat\_ips](#input\_reuse\_nat\_ips)| Should be true if you don't want EIPs to be created for your NAT Gateways and will instead pass them in via the 'external\_nat\_ip\_ids' variable |`bool`|`false`| no |
530
540
| <aname="input_secondary_cidr_blocks"></a> [secondary\_cidr\_blocks](#input\_secondary\_cidr\_blocks)| List of secondary CIDR blocks to associate with the VPC to extend the IP Address pool |`list(string)`|`[]`| no |
531
541
| <aname="input_single_nat_gateway"></a> [single\_nat\_gateway](#input\_single\_nat\_gateway)| Should be true if you want to provision a single shared NAT Gateway across all of your private networks |`bool`|`false`| no |
542
+
| <aname="input_sys_acl_tags"></a> [sys\_acl\_tags](#input\_sys\_acl\_tags)| Additional tags for the sys subnets network ACL |`map(string)`|`{}`| no |
543
+
| <aname="input_sys_dedicated_network_acl"></a> [sys\_dedicated\_network\_acl](#input\_sys\_dedicated\_network\_acl)| Whether to use dedicated network ACL (not default) and custom rules for sys subnets |`bool`|`false`| no |
| <aname="input_sys_route_table_tags"></a> [sys\_route\_table\_tags](#input\_sys\_route\_table\_tags)| Additional tags for the sys route tables |`map(string)`|`{}`| no |
547
+
| <aname="input_sys_subnet_assign_ipv6_address_on_creation"></a> [sys\_subnet\_assign\_ipv6\_address\_on\_creation](#input\_sys\_subnet\_assign\_ipv6\_address\_on\_creation)| Assign IPv6 address on sys subnet, must be disabled to change IPv6 CIDRs. This is the IPv6 equivalent of map\_public\_ip\_on\_launch |`bool`|`null`| no |
548
+
| <aname="input_sys_subnet_ipv6_prefixes"></a> [sys\_subnet\_ipv6\_prefixes](#input\_sys\_subnet\_ipv6\_prefixes)| Assigns IPv6 sys subnet id based on the Amazon provided /56 prefix base 10 integer (0-256). Must be of equal length to the corresponding IPv4 subnet list |`list(string)`|`[]`| no |
549
+
| <aname="input_sys_subnet_names"></a> [sys\_subnet\_names](#input\_sys\_subnet\_names)| Explicit values to use in the Name tag on sys subnets. If empty, Name tags are generated. |`list(string)`|`[]`| no |
550
+
| <aname="input_sys_subnet_suffix"></a> [sys\_subnet\_suffix](#input\_sys\_subnet\_suffix)| Suffix to append to sys subnets name |`string`|`"sys"`| no |
551
+
| <aname="input_sys_subnet_tags"></a> [sys\_subnet\_tags](#input\_sys\_subnet\_tags)| Additional tags for the sys subnets |`map(string)`|`{}`| no |
552
+
| <aname="input_sys_subnet_tags_per_az"></a> [sys\_subnet\_tags\_per\_az](#input\_sys\_subnet\_tags\_per\_az)| Additional tags for the sys subnets where the primary key is the AZ |`map(map(string))`|`{}`| no |
553
+
| <aname="input_sys_subnets"></a> [sys\_subnets](#input\_sys\_subnets)| A list of sys subnets inside the VPC |`list(string)`|`[]`| no |
532
554
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
533
555
| <aname="input_use_ipam_pool"></a> [use\_ipam\_pool](#input\_use\_ipam\_pool)| Determines whether IPAM pool is used for CIDR allocation |`bool`|`false`| no |
534
556
| <aname="input_vpc_flow_log_permissions_boundary"></a> [vpc\_flow\_log\_permissions\_boundary](#input\_vpc\_flow\_log\_permissions\_boundary)| The ARN of the Permissions Boundary for the VPC Flow Log IAM Role |`string`|`null`| no |
@@ -633,6 +655,16 @@ No modules.
633
655
| <aname="output_redshift_subnets"></a> [redshift\_subnets](#output\_redshift\_subnets)| List of IDs of redshift subnets |
634
656
| <aname="output_redshift_subnets_cidr_blocks"></a> [redshift\_subnets\_cidr\_blocks](#output\_redshift\_subnets\_cidr\_blocks)| List of cidr\_blocks of redshift subnets |
635
657
| <aname="output_redshift_subnets_ipv6_cidr_blocks"></a> [redshift\_subnets\_ipv6\_cidr\_blocks](#output\_redshift\_subnets\_ipv6\_cidr\_blocks)| List of IPv6 cidr\_blocks of redshift subnets in an IPv6 enabled VPC |
658
+
| <aname="output_sys_ipv6_egress_route_ids"></a> [sys\_ipv6\_egress\_route\_ids](#output\_sys\_ipv6\_egress\_route\_ids)| List of IDs of the ipv6 egress route |
659
+
| <aname="output_sys_nat_gateway_route_ids"></a> [sys\_nat\_gateway\_route\_ids](#output\_sys\_nat\_gateway\_route\_ids)| List of IDs of the sys nat gateway route |
660
+
| <aname="output_sys_network_acl_arn"></a> [sys\_network\_acl\_arn](#output\_sys\_network\_acl\_arn)| ARN of the sys network ACL |
661
+
| <aname="output_sys_network_acl_id"></a> [sys\_network\_acl\_id](#output\_sys\_network\_acl\_id)| ID of the sys network ACL |
662
+
| <aname="output_sys_route_table_association_ids"></a> [sys\_route\_table\_association\_ids](#output\_sys\_route\_table\_association\_ids)| List of IDs of the sys route table association |
663
+
| <aname="output_sys_route_table_ids"></a> [sys\_route\_table\_ids](#output\_sys\_route\_table\_ids)| List of IDs of sys route tables |
664
+
| <aname="output_sys_subnet_arns"></a> [sys\_subnet\_arns](#output\_sys\_subnet\_arns)| List of ARNs of sys subnets |
665
+
| <aname="output_sys_subnets"></a> [sys\_subnets](#output\_sys\_subnets)| List of IDs of sys subnets |
666
+
| <aname="output_sys_subnets_cidr_blocks"></a> [sys\_subnets\_cidr\_blocks](#output\_sys\_subnets\_cidr\_blocks)| List of cidr\_blocks of sys subnets |
667
+
| <aname="output_sys_subnets_ipv6_cidr_blocks"></a> [sys\_subnets\_ipv6\_cidr\_blocks](#output\_sys\_subnets\_ipv6\_cidr\_blocks)| List of IPv6 cidr\_blocks of sys subnets in an IPv6 enabled VPC |
636
668
| <aname="output_this_customer_gateway"></a> [this\_customer\_gateway](#output\_this\_customer\_gateway)| Map of Customer Gateway attributes |
637
669
| <aname="output_vgw_arn"></a> [vgw\_arn](#output\_vgw\_arn)| The ARN of the VPN Gateway |
638
670
| <aname="output_vgw_id"></a> [vgw\_id](#output\_vgw\_id)| The ID of the VPN Gateway |
0 commit comments