Skip to content

Title 21 CFR Part 11

The Code of Federal Regulations (CFR) is the codification of the general and permanent rules published in the Federal Register by the departments and agencies of the Federal Government. It is divided into 50 titles representing broad areas subject to federal regulation. Title 21 of the CFR is reserved for rules of the Food and Drug Administration, with Part 11 establishing requirements for electronic records and electronic signatures in FDA-regulated industries.

Terraform Registry Subdomain: cfrpart11

module "..." {
  source  = "cfrpart11.compliance.tf/terraform-aws-modules/<module>/aws"
  version = "<version>"
}
module "..." {
  source = "https://cfrpart11.compliance.tf/terraform-aws-modules/<module>/aws"
}

Refer to the Terraform Registry Endpoints section for more details.

Implemented Controls

The following controls are implemented as part of this framework.

Enable/Disable Controls

You can customize the Terraform module for the desired compliance requirements by enabling/disabling individual controls.

Examples

S3 bucket module with Title 21 CFR Part 11 compliance framework controls enabled, and a couple of controls disabled

module "..." {
  source = "https://cfrpart11.compliance.tf/terraform-aws-modules/s3-bucket/aws?disable=apigateway_rest_api_stage_use_ssl_certificate,apigateway_stage_cache_encryption_at_rest_enabled"
}