Improve this page

Back to AWS Terraform templates index <–

AWS Cloudtrail with Terraform

Aws_Cloudtrail by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "Aws_Cloudtrail" {
  cloudtrail_name               = "Cloud-History"
  s3_key_prefix                 = "prefix"
  include_global_service_events = true
  s3_bucket_name                = "cloudboost-s3-2022"
}