Skip to content

Releases: lablabs/terraform-aws-cloudtrail

v0.4.0

26 Jan 09:06
6f37a11
Compare
Choose a tag to compare

What's changed

  • fix: bumping version of s3-log-storage module to 1.4.2 to avoid this error.

v0.3.0

10 Nov 12:51
2d52122
Compare
Choose a tag to compare

What's Changed

Features

Breaking changes:

  • Multiple bucket-related variables has been deleted:
    • bucket_expiration_days
    • bucket_lifecycle_prefix
    • bucket_lifecycle_tags
    • bucket_standard_transition_days
    • bucket_enable_glacier_transition
    • bucket_glacier_transition_days
  • These variables were replaced with variable bucket_lifecycle_configuration_rules

Changes:

  • Update versions of included modules to the latest (cloudtrail, s3-log-storage, kms-key)
  • Create new kms-related variables:
    • trail_kms_key_usage
    • trail_kms_customer_master_key_spec
    • trail_kms_multi_region
  • Update required terraform version and AWS provider version
  • Update workflows
  • Update README

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 May 15:31
ccdf7c2
Compare
Choose a tag to compare

What's changed

Features

Warning
Upgrade to this release may lead to potential data loss. Please follow the instructions in the link before you upgrade this module.

In addition to the changes above, a bug in a terraform module lablabs/cloudtrail v0.1.2 cause that the cloudtrail S3 bucket was deployed with incorrect name. The new release of lablabs/cloudtrail v0.2.0 fixed the issue but Terraform is forcing to recreate the S3 bucket. Therefore there are several manual steps you have to do prior the upgrade:

  1. The cloudtrail S3 bucket, cloudtrail S3 bucket ACL, cloudtrail S3 bucket Policy and cloudtrail S3 Bucket side encyption configuration have to be removed from the Terraform state file.
  2. Run Terraform apply to create a new S3 Bucket
  3. Move the data from the old S3 bucket to the new one
  4. You can delete the old S3 bucket

v0.1.2

30 Jun 13:08
Compare
Choose a tag to compare
  • Remove empty provider definition

v0.1.1

24 Jun 15:06
Compare
Choose a tag to compare
  • Add stage label variable

v0.1.0

11 Mar 21:09
b5b5190
Compare
Choose a tag to compare
  • Github workflow improvements & add gitignore
  • minimum required Terraform version bumped to 0.13.0
  • update module dependencies