infra-foundation-aws-networking

Production-ready VPC + ALB + Networking Stack for AWS

Secure by Default • Compliance Ready • Easy to Use

Why Teams Choose Our Modules

🔒 Secure by Default

Strict mode, least-privilege security groups, encrypted logging, and no public IPs in production.

✅ Compliance Ready

Built-in support for HIPAA, PCI-DSS, and strict security standards with one toggle.

⚡ Fast & Simple

Deploy a full production networking stack with just one module call.

Get Started →

How to Use

module "networking" {
  source = "git::https://github.com/Infra-Foundation/terraform-aws-networking.git?ref=v1.0.0"

  name        = "my-prod-app"
  cidr        = "10.0.0.0/16"
  environment = "production"

  compliance = {
    strict_mode = true
  }
}