terraform-aws-logs

Creates and configures an S3 bucket for storing AWS logs.

BSD-3-CLAUSE License

Stars
74
Committers
34

Bot releases are hidden (Show)

terraform-aws-logs - Updated to be AWS Provider v3 compatible

Published by eeeady about 4 years ago

terraform-aws-logs - Removes the need for region

Published by mdrummerboy09 about 4 years ago

Version 10.x.x removes the region variable as it will pull from the region that your AWS session is associated with.

terraform-aws-logs - Terraform13

Published by mdrummerboy09 about 4 years ago

Merge pull request #99 from trussworks/am-upgrade-tf13

terraform-aws-logs - pins terraform 12

Published by mdrummerboy09 about 4 years ago

use if need terraform 12

terraform-aws-logs - Adding support for corss account logging of ALB and NLB logs

Published by mr337 about 4 years ago

Related PR: https://github.com/trussworks/terraform-aws-logs/pull/94

Add the support to allow cross account logging for ALB and NLB logs.

terraform-aws-logs - Enforce TLS on the bucket

Published by dynamike over 4 years ago

Require TLS on all requests for writing to and reading from the logs bucket. Any request not using TLS will be denied. Thanks to @bazbremner for submitting the change.

terraform-aws-logs - What were True/False strings are now bools

Published by esacteksab over 4 years ago

Updated the types to be bool instead of string.

terraform-aws-logs - Support for GovCloud

Published by dynamike over 4 years ago

  • Adds support for using this module in AWS GovCloud
terraform-aws-logs -

Published by pjdufour-truss over 4 years ago

terraform-aws-logs - Adds force_destroy bool, defaults to false

Published by esacteksab over 4 years ago

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.

terraform-aws-logs -

Published by dynamike almost 5 years ago

terraform-aws-logs - v4.1.0

Published by kilbergr almost 5 years ago

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-aws-logs - Terraform 0.12

Published by jsclarridge almost 5 years ago

  • Updates to Terraform 12 syntax
  • Adds Terratest plumbing
terraform-aws-logs -

Published by pjdufour-truss almost 5 years ago

terraform-aws-logs -

Published by pjdufour-truss about 5 years ago

terraform-aws-logs -

Published by pjdufour-truss about 5 years ago

terraform-aws-logs -

Published by pjdufour-truss about 5 years ago

terraform-aws-logs - v3.1.1: Latest README

Published by brainsik over 5 years ago

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

terraform-aws-logs - Fixes #12 bucket_policy template errors

Published by sojeri over 5 years ago

  • Fixes #12 policy template error by removing offending syntax
  • Adds better support for mixed allow flags to prevent similar errors
Package Rankings
Top 5.42% on Proxy.golang.org
Related Projects