# Copy to terraform.tfvars and customize # Email domain for AWS account emails # Accounts will be: aws+audit@domain.com, aws+logs@domain.com, etc. email_domain = "example.com" email_prefix = "aws" # Allowed AWS regions (enforced by SCP) allowed_regions = ["us-east-1", "us-west-2"] # AWS Region region = "us-east-1"