compliance.tf
Terraform Modules for AWSSecurity, Keys & Configuration

Terraform AWS ACM

ACM certificates and validation records for public or private TLS, certificate renewal, and associations used by load balancers, CloudFront distributions, and APIs.

Controls enforced

These compliance controls are checked at terraform plan time.

Quick start

module "acm" {
  source  = "nis2.compliance.tf/terraform-aws-modules/acm/aws"
  version = "1.0"

  # ... your arguments here
}
module "acm" {
  source  = "nistcsf.compliance.tf/terraform-aws-modules/acm/aws"
  version = "1.0"

  # ... your arguments here
}
module "acm" {
  source  = "acscism2023.compliance.tf/terraform-aws-modules/acm/aws"
  version = "1.0"

  # ... your arguments here
}
module "acm" {
  source  = "awswellarchitected.compliance.tf/terraform-aws-modules/acm/aws"
  version = "1.0"

  # ... your arguments here
}
module "acm" {
  source  = "pcidss.compliance.tf/terraform-aws-modules/acm/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:

module "acm" {
  source  = "terraform-aws-modules/acm/aws"
  version = "1.0"
}
module "acm" {
  source  = "soc2.compliance.tf/terraform-aws-modules/acm/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 "acm" {
  source  = "terraform-aws-modules/acm/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

ISM-1327: Generating and issuing certificates for authentication

3.7.1: Where cryptography is used to protect stored account data, key management processes and procedures covering all aspects of the key lifecycle are defined and implemented.

Framework coverage

Which controls from this module are active under each framework endpoint.

enforced by default · not activated by this endpoint

On this page

Ask AI about this

Help improve this page