# terraform-aws-modules/terraform-aws-vpc

Terraform module to create AWS VPC resources 🇺🇦

Repository: https://github.com/terraform-aws-modules/terraform-aws-vpc
Canonical: https://ross.abutalabs.com/products/terraform-aws-vpc
Homepage: https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Language: HCL
License: Apache-2.0
License Family: permissive
Topics: terraform-module, vpc, aws-vpc, aws
Last push: 2026-08-21T14:23:20+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 3292, "days_push": 12, "days_rel": 12, "gap_med": 18.0, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3257, forks 4624 (observed 2026-08-28T04:07:52.391451+00:00)

## What it is
A Terraform module for provisioning AWS VPC resources including subnets, NAT gateways, VPN gateways, and flow logs. It is part of the widely used terraform-aws-modules collection and is published to the Terraform Registry.

## Use cases
- create a VPC with public and private subnets in terraform
- provision NAT gateways for private subnets on AWS
- set up a VPC with VPN gateway using infrastructure as code
- reuse existing elastic IPs for NAT gateways
- configure multi-AZ networking for an AWS deployment
- enable VPC flow logs via terraform

## When to choose
- you are provisioning AWS networking with Terraform and want a battle-tested, configurable module
- you need standard VPC topologies with subnets, NAT, and VPN gateways without writing raw HCL resources
- you want consistent tagging and multi-AZ subnet layout across environments

## When to avoid
- you are not using AWS or Terraform
- you need highly custom or non-standard network topologies that the module's variables cannot express
- you prefer hand-managed console or CloudFormation networking

## Facets
- artifact type: infra-config
- maturity: stable
- function: infrastructure-as-code, cloud, networking, deployment
- domain: cloud-computing, infrastructure-as-code, networking
- platform: cloud
- tags: terraform-module, aws-vpc, subnets, nat-gateway, hcl, devops, terraform

## Member repositories
- terraform-aws-modules/terraform-aws-vpc (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:52.391451+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:23:15.514344+00:00, confidence not recorded.
  - readme: https://github.com/terraform-aws-modules/terraform-aws-vpc (fetched 2026-08-28T04:07:52.391451+00:00, sha f371f2af8a42)
  - homepage: https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws (fetched 2026-08-29T09:36:46.283937+00:00, sha 9edc94571ef3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
