Releases: oozou/terraform-aws-cloudtrail
Releases · oozou/terraform-aws-cloudtrail
v1.0.8
v1.0.7
What's Changed
- fix: non public repo by @xshot9011 in #18
Changed
- Update source, version for module
cloudtrail_kms
,alarm
andcentralize_log_bucket
to public registry
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
[1.0.6] - 2022-07-27
Changed
- In DenyNonSSLRequests policies, we update to
<s3_arn>
and<s3_arn>/*
for best practice when hardening policies enable. - Update module
centralize_log_bucket
from version v1.1.1 to v1.1.2
Full Changelog: v1.0.5...v1.0.6
v1.0.5
[1.0.5] - 2022-07-26
Changed
- Update module
centralize_log_bucket
to version v1.1.1 due to s3 security issue
Full Changelog: v1.0.4...v1.0.5
v1.0.4
[1.0.4] - 2022-07-26
Changed
- Rename
data.aws_region
fromcurrent
tothis
- Rename
var.cloudtrail_encrypted
tois_cloudtrail_encrypted
- For s3 module
centralize_log_bucket
, policy is updated to force SSL connection of trail
Added
- Add example for simple usage
- Add
var.enable_cloudwatch_log_metric_filters
to enable default metric filter value- Add
local.metric_filters
to enable default metric filter value - Add
var.additional_cloudwatch_log_metric_filters
to override or add additional custom metric filter - Add cloudwatch alarm action
var.default_alarm_actions
to override all actions for all metric filter
- Add
Full Changelog: v1.0.3...v1.0.4
v1.0.3
[1.0.3] - 2022-07-18
Changed
- change kms policy for support another region
v1.0.2
[1.0.2] - 2022-07-12
Changed
- module s3 version from
1.0.1
to1.0.4
to remove deprecated-variable
v1.0.1
What's Changed
- Fix kms security issue by @xshot9011 in #8
- Rename
flow_log_retention_in_days
tocloudwatch_log_retention_in_days
- Rename
centrailize_flow_log_kms_key_id
tocentralize_flow_log_kms_key_id
- Set default retention to 365
New Contributors
- @xshot9011 made their first contribution in #8
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- [multiple files] update s3, kms integration and terraform docs by @artpasut in #2
- [multiple files] fix resources naming by @artpasut in #4
- [locals.tf] fix naming length by @artpasut in #6
- [s3.tf,kms.tf] fix naming length by @artpasut in #7
New Contributors
Full Changelog: https://github.com/oozou/terraform-aws-cloudtrail/commits/v1.0.0