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 - Fix policy for enabling CloudWatch

Published by dynamike over 5 years ago

terraform-aws-logs - Adapt module to also support creation of 1 bucket per AWS service

Published by amitch23 over 5 years ago

Additionally:

  • Removes enabling Cloudtrail and Cloudwatch for an account, but continues to support allowing Cloudtrail & Cloudwatch to log to bucket via bucket policy.
  • Enforces private ACL and policies for bucket.
terraform-aws-logs - Fix key name for s3 bucket resource

Published by amitch23 over 5 years ago

terraform-aws-logs - Separate Expiration Variables

Published by kilbergr almost 6 years ago

S3 log bucket retention and cloudwatch log group retention were both being represented by the same variable--expiration. Since the cloudwatch_log_group expiration is limited to a set of values (https://registry.terraform.io/modules/trussworks/logs/aws/1.6.0), and should not always necessarily have the same retention value for an s3 bucket, these 2 values are being decoupled within the module. This release separates the two into s3_log_bucket_retention and cloudwatch_log_group_retention.
This is a breaking change.

terraform-aws-logs - CloudWatch Exports

Published by pjdufour-truss almost 6 years ago

terraform-aws-logs - Update readme to reflect accurate var name

Published by kilbergr almost 6 years ago

terraform-aws-logs - Support CloudTrail events going to CloudWatch Logs

Published by dynamike about 6 years ago

terraform-aws-logs -

Published by dynamike over 6 years ago

terraform-aws-logs - Support S3 access logs

Published by dynamike over 6 years ago

Package Rankings
Top 5.42% on Proxy.golang.org
Related Projects