Skip to content

Latest commit

 

History

History
162 lines (88 loc) · 5.05 KB

File metadata and controls

162 lines (88 loc) · 5.05 KB

terraform-aws-tardigrade-security-hub Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Released: 2023.08.30

Summary:

  • Defaults control_finding_generator to null to allow AWS Security Hub Administrator Account to manage the setting

Released: 2023.06.02

Summary:

  • Adds inputs to account resource for auto_enable_controls and enable_default_standards

Released: 2023.06.01

Summary:

  • Brought Standards_Controls under management to enable or disable specified controls

Released: 2023.05.25

Summary:

  • Adds support for security hub control_finding_generator feature
  • Sets default value for control_finding_generator to SECURITY_CONTROL
  • Updates minimum terraform aws provider version to 4.64.0

3.0.2

Released: 2023.02.01

Commit Delta: Change from 3.0.1 release

Summary:

  • Migrating CI workflow from Travis CI to Github Actions. Updating release version to test release conditions.

3.0.1

Released: 2022.05.27

Commit Delta: Change from 3.0.0 release

Summary:

  • Fixes typo in provider alias, admininstrator => administrator

3.0.0

Released: 2022.05.13

Commit Delta: Change from 2.0.2 release

Summary:

  • Updated to use new configuration_aliases tag. Also updated the provider profiles names to match the test framework construct.

2.0.2

Released: 2021.11.22

Commit Delta: Change from 2.0.1 release

Summary:

  • Eliminates depends_on by retreiving master_account_id from cross-account-member module. See PR #83.

2.0.1

Released: 2021.04.30

Commit Delta: Change from 2.0.0 release

Summary:

  • Eliminates depends_on by retrieving member account_id from account module. See PR #64.

2.0.0

Released: 2021.03.03

Commit Delta: Change from 1.0.0 release

Summary:

  • Replaces python accepter with new resource, aws_securityhub_invite_accepter. See PR #60.
  • Moves cross-account workflow into separate module. This eliminates the extra "provider" when not using the cross-account workflow. It also streamlines the inputs for each use case. See PR #60.
  • Renames the master provider to administrator for the cross-account workflow. See PR #60.

1.0.0

Released: 2020.10.07

Commit Delta: Change from 0.0.3 release

Summary:

  • Splits resources into submodules to support separate master/member workflows. See PR #44.

0.0.3

Released: 2020.05.14

Commit Delta: Change from 0.0.2 release

Summary:

  • Avoids error, "Cannot include a null value in a string template". See PR #16.

0.0.2

Released: 2020.05.13

Commit Delta: Change from 0.0.1 release

Summary:

  • Passes profile and region through the refreshable credential properly. See PR #15.

0.0.1

Released: 2020.05.08

Commit Delta: Change from 0.0.0 release

Summary:

  • Increase sleep timer to better address for account propagation

0.0.0

Commit Delta: N/A

Released: 2020.04.10

Summary:

  • Initial release!