@@ -237,6 +237,48 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
237237| ------| ---------|
238238| aws | >= 3.10 |
239239
240+ ## Modules
241+
242+ No Modules.
243+
244+ ## Resources
245+
246+ | Name |
247+ | ------|
248+ | [ aws_cloudwatch_log_group] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/cloudwatch_log_group ) |
249+ | [ aws_customer_gateway] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/customer_gateway ) |
250+ | [ aws_db_subnet_group] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/db_subnet_group ) |
251+ | [ aws_default_network_acl] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/default_network_acl ) |
252+ | [ aws_default_security_group] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/default_security_group ) |
253+ | [ aws_default_vpc] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/default_vpc ) |
254+ | [ aws_egress_only_internet_gateway] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/egress_only_internet_gateway ) |
255+ | [ aws_eip] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/eip ) |
256+ | [ aws_elasticache_subnet_group] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/elasticache_subnet_group ) |
257+ | [ aws_flow_log] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/flow_log ) |
258+ | [ aws_iam_policy_document] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/data-sources/iam_policy_document ) |
259+ | [ aws_iam_policy] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/iam_policy ) |
260+ | [ aws_iam_role_policy_attachment] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/iam_role_policy_attachment ) |
261+ | [ aws_iam_role] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/iam_role ) |
262+ | [ aws_internet_gateway] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/internet_gateway ) |
263+ | [ aws_nat_gateway] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/nat_gateway ) |
264+ | [ aws_network_acl_rule] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/network_acl_rule ) |
265+ | [ aws_network_acl] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/network_acl ) |
266+ | [ aws_redshift_subnet_group] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/redshift_subnet_group ) |
267+ | [ aws_route_table_association] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/route_table_association ) |
268+ | [ aws_route_table] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/route_table ) |
269+ | [ aws_route] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/route ) |
270+ | [ aws_subnet] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/subnet ) |
271+ | [ aws_vpc_dhcp_options_association] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpc_dhcp_options_association ) |
272+ | [ aws_vpc_dhcp_options] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpc_dhcp_options ) |
273+ | [ aws_vpc_endpoint_route_table_association] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpc_endpoint_route_table_association ) |
274+ | [ aws_vpc_endpoint_service] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/data-sources/vpc_endpoint_service ) |
275+ | [ aws_vpc_endpoint] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpc_endpoint ) |
276+ | [ aws_vpc_ipv4_cidr_block_association] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpc_ipv4_cidr_block_association ) |
277+ | [ aws_vpc] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpc ) |
278+ | [ aws_vpn_gateway_attachment] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpn_gateway_attachment ) |
279+ | [ aws_vpn_gateway_route_propagation] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpn_gateway_route_propagation ) |
280+ | [ aws_vpn_gateway] ( https://registry.terraform.io/providers/hashicorp/aws/3.10/docs/resources/vpn_gateway ) |
281+
240282## Inputs
241283
242284| Name | Description | Type | Default | Required |
@@ -955,7 +997,6 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
955997| vpc\_ main\_ route\_ table\_ id | The ID of the main route table associated with this VPC |
956998| vpc\_ owner\_ id | The ID of the AWS account that owns the VPC |
957999| vpc\_ secondary\_ cidr\_ blocks | List of secondary CIDR blocks of the VPC |
958-
9591000<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
9601001
9611002## Authors
0 commit comments