Skip to content

Releases: trussworks/terraform-aws-logs

Adds force_destroy bool, defaults to false

24 Jan 01:42
78b35bd
Compare
Choose a tag to compare

In the scenario where during a terraform destroy you want to delete a bucket that isn't empty, force_destroy = true allows a bucket to be deleted even if objects exist in the bucket. These objects are not recoverable! The bool defaults to false.

v4.1.1: Bump github.com/gruntwork-io/terratest from 0.22.3 to 0.23.0

16 Dec 20:55
Compare
Choose a tag to compare
Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.22.3 to 0.23.0.
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](https://github.com/gruntwork-io/terratest/compare/v0.22.3...v0.23.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

v4.1.0

16 Dec 19:26
24eb0e6
Compare
Choose a tag to compare

Applies the bucket policy directly to the bucket resource to fix an issue when creating a cloudtrail and logging bucket in the same terraform apply.

  • Adds terratests for all supported services.
  • See the Upgrade Paths notes in the README.
  • terratest version bump

Terraform 0.12

01 Nov 22:36
b590bc2
Compare
Choose a tag to compare
  • Updates to Terraform 12 syntax
  • Adds Terratest plumbing

v3.5.0

23 Oct 12:38
6ddae24
Compare
Choose a tag to compare
fix to properly support ALB customizations (#33)

v3.4.0: Support tf 0.11 again (#31)

05 Aug 21:46
51a34c4
Compare
Choose a tag to compare
support tf 0.11 again

v3.3.0: Limit by multiple accounts (#30)

01 Aug 23:34
23892f7
Compare
Choose a tag to compare
limit by multiple accounts

v3.2.0: Merge pull request #29 from trussworks/cg_secure_s3_bucket_to_account

01 Aug 23:33
755ee4b
Compare
Choose a tag to compare
Secure S3 bucket from being written to by services on different accounts

v3.1.1: Latest README

10 Jul 23:31
89e4816
Compare
Choose a tag to compare

The README didn't get automatically updated. This brings it up to date.

Fixes #12 bucket_policy template errors

11 Apr 17:17
f57e7af
Compare
Choose a tag to compare
  • Fixes #12 policy template error by removing offending syntax
  • Adds better support for mixed allow flags to prevent similar errors