@@ -552,7 +552,11 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
552552| ------| -------------|
553553| azs | A list of availability zones specified as argument to this module |
554554| cgw\_ ids | List of IDs of Customer Gateway |
555+ | database\_ internet\_ gateway\_ route\_ id | ID of the database internet gateway route. |
556+ | database\_ ipv6\_ egress\_ route\_ id | ID of the database IPv6 egress route. |
557+ | database\_ nat\_ gateway\_ route\_ ids | List of IDs of the database nat gateway route. |
555558| database\_ network\_ acl\_ id | ID of the database network ACL |
559+ | database\_ route\_ table\_ association\_ ids | List of IDs of the database route table association |
556560| database\_ route\_ table\_ ids | List of IDs of database route tables |
557561| database\_ subnet\_ arns | List of ARNs of database subnets |
558562| database\_ subnet\_ group | ID of database subnet group |
@@ -573,6 +577,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
573577| default\_ vpc\_ main\_ route\_ table\_ id | The ID of the main route table associated with this VPC |
574578| egress\_ only\_ internet\_ gateway\_ id | The ID of the egress only Internet Gateway |
575579| elasticache\_ network\_ acl\_ id | ID of the elasticache network ACL |
580+ | elasticache\_ route\_ table\_ association\_ ids | List of IDs of the elasticache route table association |
576581| elasticache\_ route\_ table\_ ids | List of IDs of elasticache route tables |
577582| elasticache\_ subnet\_ arns | List of ARNs of elasticache subnets |
578583| elasticache\_ subnet\_ group | ID of elasticache subnet group |
@@ -582,6 +587,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
582587| elasticache\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of elasticache subnets in an IPv6 enabled VPC |
583588| igw\_ id | The ID of the Internet Gateway |
584589| intra\_ network\_ acl\_ id | ID of the intra network ACL |
590+ | intra\_ route\_ table\_ association\_ ids | List of IDs of the intra route table association |
585591| intra\_ route\_ table\_ ids | List of IDs of intra route tables |
586592| intra\_ subnet\_ arns | List of ARNs of intra subnets |
587593| intra\_ subnets | List of IDs of intra subnets |
@@ -591,19 +597,27 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
591597| nat\_ ids | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
592598| nat\_ public\_ ips | List of public Elastic IPs created for AWS NAT Gateway |
593599| natgw\_ ids | List of NAT Gateway IDs |
600+ | private\_ ipv6\_ egress\_ route\_ ids | List of IDs of the ipv6 egress route. |
601+ | private\_ nat\_ gateway\_ route\_ ids | List of IDs of the private nat gateway route. |
594602| private\_ network\_ acl\_ id | ID of the private network ACL |
603+ | private\_ route\_ table\_ association\_ ids | List of IDs of the private route table association |
595604| private\_ route\_ table\_ ids | List of IDs of private route tables |
596605| private\_ subnet\_ arns | List of ARNs of private subnets |
597606| private\_ subnets | List of IDs of private subnets |
598607| private\_ subnets\_ cidr\_ blocks | List of cidr\_ blocks of private subnets |
599608| private\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of private subnets in an IPv6 enabled VPC |
609+ | public\_ internet\_ gateway\_ ipv6\_ route\_ id | ID of the IPv6 internet gateway route. |
610+ | public\_ internet\_ gateway\_ route\_ id | ID of the internet gateway route. |
600611| public\_ network\_ acl\_ id | ID of the public network ACL |
612+ | public\_ route\_ table\_ association\_ ids | List of IDs of the public route table association |
601613| public\_ route\_ table\_ ids | List of IDs of public route tables |
602614| public\_ subnet\_ arns | List of ARNs of public subnets |
603615| public\_ subnets | List of IDs of public subnets |
604616| public\_ subnets\_ cidr\_ blocks | List of cidr\_ blocks of public subnets |
605617| public\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of public subnets in an IPv6 enabled VPC |
606618| redshift\_ network\_ acl\_ id | ID of the redshift network ACL |
619+ | redshift\_ public\_ route\_ table\_ association\_ ids | List of IDs of the public redshidt route table association |
620+ | redshift\_ route\_ table\_ association\_ ids | List of IDs of the redshift route table association |
607621| redshift\_ route\_ table\_ ids | List of IDs of redshift route tables |
608622| redshift\_ subnet\_ arns | List of ARNs of redshift subnets |
609623| redshift\_ subnet\_ group | ID of redshift subnet group |
0 commit comments