Terraform Aws Cloudtrail Versions Save

Terraform module to provision an AWS CloudTrail and an encrypted S3 bucket with versioning to store CloudTrail logs

0.24.0

1 month ago
Add CloudTrail Advanced Event Selector @X-Guardian (#70)

what

Add support for the CloudTrail advanced event selector

Also bumps the example cloudtrail_s3_bucket module and Terraform versions to fix test errors.

By @Nuru:

  • Add exclude_management_event_sources. Supersedes and closes #60. Closes #54.
  • Update tests and test framework.
  • Add .editorconfg.
  • Fix tflint complaints.

references

  • closes #69
  • Supersedes and closes #63
Sync .github @max-lobur (#61)

Rebuild github dir from the template

🤖 Automatic Updates

Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#68)

what

  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @osterman (#66)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update Scaffolding @osterman (#65)

what

  • Reran make readme to rebuild README.md from README.yaml
  • Migrate to square badges
  • Add scaffolding for repo settings and Mergify

why

  • Upstream template changed in the .github repo
  • Work better with repository rulesets
  • Modernize look & feel

0.23.0

1 year ago
  • No changes

0.22.0

1 year ago
Support insight_selector @v3rm0n (#59)

what

  • Adds support for insight_selector that's currently missing

references

  • Closes #57
git.io->cloudposse.tools update @dylanbannon (#55)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

0.21.0

2 years ago
add s3_key_prefix variable @niraj8 (#48)

what

  • Add s3_key_prefix variable

why

  • To allow users of this module to be able to store Cloudtrail logs in s3 bucket with a chosen prefix

0.20.1

2 years ago

🤖 Automatic Updates

Update context.tf @cloudpossebot (#49)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

0.20.0

3 years ago
Add sns_topic_name variable @sjmiller609 (#47)

What

  • Allow the user to optionally configure the sns_topic_name argument to the aws_cloudtrail resource

Why

  • We like using Cloudposse terraform modules, and would like to add one more input to the aws_cloudtrail resource in the form of a module variable.

References

0.19.0

3 years ago
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#46)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

0.18.1

3 years ago

🤖 Automatic Updates

Update context.tf @cloudpossebot (#43)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

0.18.0

3 years ago
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#45)

what

  • update context.tf to v0.23.0
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

0.17.1

3 years ago

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#44)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates