Terraform AWS VPC VPCs with public and private subnets, route tables, NAT gateways, Internet gateways, VPC endpoints, flow logs, network ACLs, and security group foundations for workload isolation.
Controls enforced These compliance controls are checked at terraform plan time.
Quick start Title 21 CFR Part 11 CIS Controls v8.0 IG1 CISA Cyber Essentials FedRAMP Low Baseline Rev 4 FedRAMP Moderate Baseline Rev 4 FFIEC Cybersecurity Assessment Tool HIPAA Omnibus Rule 2013 ISO/IEC 27001:2022
module "vpc" {
source = "cfrpart11.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "cisv80ig1.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "cisacyberessentials.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "fedramplow.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "fedrampmoderate.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "ffiec.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "hipaa.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} module "vpc" {
source = "iso27001.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
# ... your arguments here
} See the Get Started guide and Registry Endpoints for details on how to customize the module for your requirements.
Migration from upstream Already using terraform-aws-modules? Change only the source URL:
Before After
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "1.0"
} module "vpc" {
source = "soc2.compliance.tf/terraform-aws-modules/vpc/aws"
version = "1.0"
} Same arguments. Same outputs. Controls are checked at terraform plan. See the Migration Guide for step-by-step instructions.
Reversibility No lock-in. Switch back by reverting the source URL:
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
} Run terraform init -upgrade. Terraform state is unchanged — same resource addresses, same provider, no compliance.tf-specific resources. Controls you already applied remain in AWS.
Mapped compliance frameworks Title 21 CFR Part 11 CIS Controls v8.0 IG1 CISA Cyber Essentials FedRAMP Low Baseline Rev 4 FedRAMP Moderate Baseline Rev 4 FFIEC Cybersecurity Assessment Tool HIPAA Omnibus Rule 2013 ISO/IEC 27001:2022
11.10(g) Use of authority checks to ensure that only authorized individuals can use the system, electronically sign a record, access the operation or computer system input or output device, alter a record, or perform the operation at hand
3.3 Configure Data Access Control Lists
Boundary Protection (SC-7)
164.312(e)(1) Transmission security
A.8.21 Security of network services
A.8.22 Segregation of networks
Framework coverage Which controls from this module are active under each framework endpoint.
● enforced by default · ○ not activated by this endpoint