Production-ready VPC + ALB + Networking Stack for AWS
Strict mode, least-privilege security groups, encrypted logging, and no public IPs in production.
Built-in support for HIPAA, PCI-DSS, and strict security standards with one toggle.
Deploy a full production networking stack with just one module call.
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
}
}