Terraform module for enabling a multi-region CloudTrail trail.
module "cloudtrail" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines//modules/cloudtrail"
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
replication_role_arn | Role ARN for S3 replication | string | optional | |
cloudtrail_bucket | Centralised bucket name | string | yes | |
tags | Tags to apply to resources | map | {} | no |
Name | Description | Sensitive |
---|---|---|
cloudwatch_log_group_arn | CloudWatch Log Group ARN for that CloudTrail publishes to | no |
log_bucket | S3 bucket resource attributes for the S3 server-access logging bucket | no |
s3_bucket | S3 bucket resource attributes for the CloudTrail S3 bucket | no |
sns_topic_arn | SNS topic that CloudTrail publishes to | no |
If you're looking to raise an issue with this module, please create a new issue in the Modernisation Platform repository.