File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ module "vpc" {
1111 source = "aws-ia/vpc/aws"
1212 version = ">= 1.0.0"
1313
14- name = "multi-az-vpc"
14+ name = "multi-az-vpc"
1515 cidr_block = "10.0.0.0/20"
16- az_count = 3
16+ az_count = 3
1717
1818 subnets = {
1919 public = {
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ module "vpc" {
1212 source = "aws-ia/vpc/aws"
1313 version = ">= 1.0.0"
1414
15- name = "multi-az-vpc"
15+ name = "multi-az-vpc"
1616 cidr_block = "10.0.0.0/20"
17- az_count = 3
17+ az_count = 3
1818
1919 subnets = {
2020 public = {
@@ -92,8 +92,8 @@ The above example will cause only creating 2 new subnets in az `c` of the region
9292
9393| Name | Version |
9494| ------| ---------|
95- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.73 .0 |
96- | <a name =" provider_awscc " ></a > [ awscc] ( #provider\_ awscc ) | >= 0.15 .0 |
95+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 4.14 .0 |
96+ | <a name =" provider_awscc " ></a > [ awscc] ( #provider\_ awscc ) | 0.21 .0 |
9797
9898## Modules
9999
@@ -161,4 +161,4 @@ The above example will cause only creating 2 new subnets in az `c` of the region
161161| <a name =" output_tgw_subnet_attributes_by_az " ></a > [ tgw\_ subnet\_ attributes\_ by\_ az] ( #output\_ tgw\_ subnet\_ attributes\_ by\_ az ) | Map of all transit gateway subnets containing their attributes. |
162162| <a name =" output_transit_gateway_attachment_id " ></a > [ transit\_ gateway\_ attachment\_ id] ( #output\_ transit\_ gateway\_ attachment\_ id ) | Transit gateway attachment id. |
163163| <a name =" output_vpc_attributes " ></a > [ vpc\_ attributes] ( #output\_ vpc\_ attributes ) | VPC resource attributes. Full output of aws\_ vpc. |
164- <!-- END_TF_DOCS -->
164+ <!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ output "route_table_by_subnet_type" {
4646 description = " Map of route tables by type => az => route table attributes. Example usage: module.vpc.route_table_by_subnet_type.private.id"
4747 value = {
4848 # TODO: omit keys if value is null
49- " private" = awscc_ec2_route_table.private,
50- " public" = awscc_ec2_route_table.public
49+ " private" = awscc_ec2_route_table.private,
50+ " public" = awscc_ec2_route_table.public
51+ " transit_gateway" = awscc_ec2_route_table.tgw
5152 }
5253}
5354
You can’t perform that action at this time.
0 commit comments