Skip to content

hendrixroa/terraform-aws-cloudtrail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudtrail to S3 log

Module prebuilt for automate the cloudtrail tracking system to a S3 bucket.

  • Terraform version: 0.13.+

How to use

module "cloudtrail" {
  source = "hendrixroa/cloudtrail/aws"

  enabled = var.aws_profile == "production" ? 1 : 0
  name    = "My awesome app"
}