Skip to content

Latest commit

 

History

History
116 lines (64 loc) · 3.71 KB

File metadata and controls

116 lines (64 loc) · 3.71 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.

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!