hendrixroa / terraform-aws-cloudtrail

Terraform module to automate the aws cloudtrail to s3 bucket

Home Page:https://registry.terraform.io/modules/hendrixroa/cloudtrail/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About

Terraform module to automate the aws cloudtrail to s3 bucket

https://registry.terraform.io/modules/hendrixroa/cloudtrail/aws

License:MIT License


Languages

Language:HCL 100.0%