Releases: trussworks/terraform-aws-cloudtrail
Releases · trussworks/terraform-aws-cloudtrail
Pins TF12
Mandatory encryption for S3 and Cloudwatch Logs
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
Merge pull request #23 from trussworks/mk-custom-cloudtrail-prefix Support custom logging prefixes in S3
Configurable Cloudtrail Name
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
Add Terratest plumbing
v2.0.0: KMS key addition (#7)
support encrypting cloudtrail logs
v1.1.0
- new variable
cloudwatch_log_group_name
- added
Automation=Terraform
tag to trail
Organizations Compatibility
This merges in changes to support AWS Organization Cloudtrail.