@@ -41,7 +41,7 @@ Sponsored by [Cloudcraft - the best way to draw AWS diagrams](https://cloudcraft
41
41
42
42
## Terraform versions
43
43
44
- Terraform 0.12. Pin module version to ` ~> v2.0 ` . Submit pull-requests to ` master ` branch.
44
+ Terraform 0.12 and newer . Pin module version to ` ~> v2.0 ` . Submit pull-requests to ` master ` branch.
45
45
46
46
Terraform 0.11. Pin module version to ` ~> v1.0 ` . Submit pull-requests to ` terraform011 ` branch.
47
47
@@ -225,13 +225,13 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
225
225
| Name | Version |
226
226
| ------| ---------|
227
227
| terraform | >= 0.12.7, < 0.14 |
228
- | aws | >= 2.57 , < 4.0 |
228
+ | aws | >= 2.68 , < 4.0 |
229
229
230
230
## Providers
231
231
232
232
| Name | Version |
233
233
| ------| ---------|
234
- | aws | >= 2.57 , < 4.0 |
234
+ | aws | >= 2.68 , < 4.0 |
235
235
236
236
## Inputs
237
237
@@ -618,10 +618,12 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
618
618
| Name | Description |
619
619
| ------| -------------|
620
620
| azs | A list of availability zones specified as argument to this module |
621
+ | cgw\_ arns | List of ARNs of Customer Gateway |
621
622
| cgw\_ ids | List of IDs of Customer Gateway |
622
623
| database\_ internet\_ gateway\_ route\_ id | ID of the database internet gateway route. |
623
624
| database\_ ipv6\_ egress\_ route\_ id | ID of the database IPv6 egress route. |
624
625
| database\_ nat\_ gateway\_ route\_ ids | List of IDs of the database nat gateway route. |
626
+ | database\_ network\_ acl\_ arn | ARN of the database network ACL |
625
627
| database\_ network\_ acl\_ id | ID of the database network ACL |
626
628
| database\_ route\_ table\_ association\_ ids | List of IDs of the database route table association |
627
629
| database\_ route\_ table\_ ids | List of IDs of database route tables |
@@ -633,6 +635,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
633
635
| default\_ network\_ acl\_ id | The ID of the default network ACL |
634
636
| default\_ route\_ table\_ id | The ID of the default route table |
635
637
| default\_ security\_ group\_ id | The ID of the security group created by default on VPC creation |
638
+ | default\_ vpc\_ arn | The ARN of the VPC |
636
639
| default\_ vpc\_ cidr\_ block | The CIDR block of the VPC |
637
640
| default\_ vpc\_ default\_ network\_ acl\_ id | The ID of the default network ACL |
638
641
| default\_ vpc\_ default\_ route\_ table\_ id | The ID of the default route table |
@@ -643,6 +646,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
643
646
| default\_ vpc\_ instance\_ tenancy | Tenancy of instances spin up within VPC |
644
647
| default\_ vpc\_ main\_ route\_ table\_ id | The ID of the main route table associated with this VPC |
645
648
| egress\_ only\_ internet\_ gateway\_ id | The ID of the egress only Internet Gateway |
649
+ | elasticache\_ network\_ acl\_ arn | ARN of the elasticache network ACL |
646
650
| elasticache\_ network\_ acl\_ id | ID of the elasticache network ACL |
647
651
| elasticache\_ route\_ table\_ association\_ ids | List of IDs of the elasticache route table association |
648
652
| elasticache\_ route\_ table\_ ids | List of IDs of elasticache route tables |
@@ -652,7 +656,9 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
652
656
| elasticache\_ subnets | List of IDs of elasticache subnets |
653
657
| elasticache\_ subnets\_ cidr\_ blocks | List of cidr\_ blocks of elasticache subnets |
654
658
| elasticache\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of elasticache subnets in an IPv6 enabled VPC |
659
+ | igw\_ arn | The ARN of the Internet Gateway |
655
660
| igw\_ id | The ID of the Internet Gateway |
661
+ | intra\_ network\_ acl\_ arn | ARN of the intra network ACL |
656
662
| intra\_ network\_ acl\_ id | ID of the intra network ACL |
657
663
| intra\_ route\_ table\_ association\_ ids | List of IDs of the intra route table association |
658
664
| intra\_ route\_ table\_ ids | List of IDs of intra route tables |
@@ -666,6 +672,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
666
672
| natgw\_ ids | List of NAT Gateway IDs |
667
673
| private\_ ipv6\_ egress\_ route\_ ids | List of IDs of the ipv6 egress route. |
668
674
| private\_ nat\_ gateway\_ route\_ ids | List of IDs of the private nat gateway route. |
675
+ | private\_ network\_ acl\_ arn | ARN of the private network ACL |
669
676
| private\_ network\_ acl\_ id | ID of the private network ACL |
670
677
| private\_ route\_ table\_ association\_ ids | List of IDs of the private route table association |
671
678
| private\_ route\_ table\_ ids | List of IDs of private route tables |
@@ -675,13 +682,15 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
675
682
| private\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of private subnets in an IPv6 enabled VPC |
676
683
| public\_ internet\_ gateway\_ ipv6\_ route\_ id | ID of the IPv6 internet gateway route. |
677
684
| public\_ internet\_ gateway\_ route\_ id | ID of the internet gateway route. |
685
+ | public\_ network\_ acl\_ arn | ARN of the public network ACL |
678
686
| public\_ network\_ acl\_ id | ID of the public network ACL |
679
687
| public\_ route\_ table\_ association\_ ids | List of IDs of the public route table association |
680
688
| public\_ route\_ table\_ ids | List of IDs of public route tables |
681
689
| public\_ subnet\_ arns | List of ARNs of public subnets |
682
690
| public\_ subnets | List of IDs of public subnets |
683
691
| public\_ subnets\_ cidr\_ blocks | List of cidr\_ blocks of public subnets |
684
692
| public\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of public subnets in an IPv6 enabled VPC |
693
+ | redshift\_ network\_ acl\_ arn | ARN of the redshift network ACL |
685
694
| redshift\_ network\_ acl\_ id | ID of the redshift network ACL |
686
695
| redshift\_ public\_ route\_ table\_ association\_ ids | List of IDs of the public redshidt route table association |
687
696
| redshift\_ route\_ table\_ association\_ ids | List of IDs of the redshift route table association |
@@ -692,6 +701,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
692
701
| redshift\_ subnets\_ cidr\_ blocks | List of cidr\_ blocks of redshift subnets |
693
702
| redshift\_ subnets\_ ipv6\_ cidr\_ blocks | List of IPv6 cidr\_ blocks of redshift subnets in an IPv6 enabled VPC |
694
703
| this\_ customer\_ gateway | Map of Customer Gateway attributes |
704
+ | vgw\_ arn | The ARN of the VPN Gateway |
695
705
| vgw\_ id | The ID of the VPN Gateway |
696
706
| vpc\_ arn | The ARN of the VPC |
697
707
| vpc\_ cidr\_ block | The CIDR block of the VPC |
0 commit comments