Skip to content

Releases: trussworks/terraform-aws-cloudtrail

Pins TF12

31 Aug 18:33
84450d3
Compare
Choose a tag to compare

If your TF code is running on TF12, please pin the module to this version.

Mandatory encryption for S3 and Cloudwatch Logs

13 Jul 20:28
b1cdea2
Compare
Choose a tag to compare

V3 makes encryption of S3 and Cloudwatch Logs for Cloudtrail mandatory, and uses the same KMS key for both. As a result, the encrypt_cloudtrail parameter is removed.

Allow custom S3 key prefix

24 Mar 17:46
acab209
Compare
Choose a tag to compare
Merge pull request #23 from trussworks/mk-custom-cloudtrail-prefix

Support custom logging prefixes in S3

Configurable Cloudtrail Name

23 Mar 19:13
6225027
Compare
Choose a tag to compare

In order to allow the importation of GovCloud Cloudtrails (which have randomly generated names), we've made the name of the trail configurable via the trail_name variable. The default is still cloudtrail, so no changes are necessary for existing installations.

Terratest

06 Nov 19:59
d215d26
Compare
Choose a tag to compare

Add Terratest plumbing

v2.0.0: KMS key addition (#7)

09 Aug 20:54
Compare
Choose a tag to compare
support encrypting cloudtrail logs

v1.1.0

05 Aug 16:37
32d7f79
Compare
Choose a tag to compare
  • new variable cloudwatch_log_group_name
  • added Automation=Terraform tag to trail

Organizations Compatibility

02 Aug 21:32
53ae86e
Compare
Choose a tag to compare

This merges in changes to support AWS Organization Cloudtrail.