Releases: cloudposse/terraform-aws-cloudtrail
v0.24.0
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
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
v0.23.0
- No changes
v0.22.0
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
v0.21.0
v0.20.1
🤖 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.
v0.20.0
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
v0.19.0
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
v0.18.1
🤖 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.
v0.18.0
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
v0.17.1
🤖 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