Skip to content

Releases: cloudposse/terraform-aws-cloudtrail-s3-bucket

0.9.0: Allow to set AWS ARN for S3 bucket policies (#22)

02 Jul 22:23
2d303e9
Compare
Choose a tag to compare

what

  • Allows the AWS ARN to be changed so that the module can be run in GovCloud.

why

  • Received the following error when attempting to deploy to GovCloud
    Error: Error putting S3 policy: MalformedPolicy: Policy has invalid resource

references

0.8.0: Update s3 bucket module (#23)

02 Jul 06:07
56481b1
Compare
Choose a tag to compare

what

  • update terraform-aws-s3-log-storage-module to version 0.12 which adds the following:
    • life cylce rule to delete incomplete multipart upload
    • resource to block public access to s3 bucket by default
    • enable access logging

why

See reason in the following pull requests for the terrafor-aws-s3-log-storage-module

references

0.7.0 Disable glacier transition by default

24 Feb 20:48
6f00226
Compare
Choose a tag to compare

what

  • Disable glacier transition by default

why

0.6.0 Use the latest label module to support the environment attribute

05 Jan 22:57
Compare
Choose a tag to compare

what

  • Use the latest label module to support the environment attribute

why

  • The environment attribute is useful for naming AWS resources

0.3.2: Added server logging bucket (#15)

20 Aug 19:31
2c8d4aa
Compare
Choose a tag to compare

What

  • Added bucket access logging

Why

  • Address CIS Foundation requirement

0.3.1 - Rename `kms_master_key_id` to `kms_master_key_arn`

04 Aug 17:23
7634d85
Compare
Choose a tag to compare

What

  • Rename kms_master_key_id to kms_master_key_arn

Why

0.5.0: Rename `kms_master_key_id` to `kms_master_key_arn` (#13)

02 Aug 19:19
edf653c
Compare
Choose a tag to compare
* Rename key id

* Use new version of terraform-aws-s3-log-storage

0.4.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

25 Jun 19:51
8b94b36
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.3.0 Expose variables from `terraform-aws-s3-log-storage` module

19 Mar 16:51
Compare
Choose a tag to compare

what

  • Expose variables from terraform-aws-s3-log-storage module

why

  • Closes #8

0.2.0

13 Mar 08:25
Compare
Choose a tag to compare
Required additional access to store changes in config (#9)