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: 2022.05.27
Commit Delta: Change from 3.0.0 release
Summary:
- Fixes typo in provider alias, admininstrator => administrator
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.
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.
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.
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 toadministrator
for the cross-account workflow. See PR #60.
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.
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.
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.
Released: 2020.05.08
Commit Delta: Change from 0.0.0 release
Summary:
- Increase sleep timer to better address for account propagation
Commit Delta: N/A
Released: 2020.04.10
Summary:
- Initial release!