Skip to content

Commit

Permalink
Updated the CHANGELOG.md release date
Browse files Browse the repository at this point in the history
  • Loading branch information
cahnk committed May 13, 2022
1 parent 8c64127 commit 5173550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### 1.0.0

**Released**: 2022.05.06
**Released**: 2022.05.13

**Commit Delta**: [Change from 0.0.1 release](https://github.com/plus3it/terraform-aws-tardigrade-macie-member/compare/0.0.0...1.0.0)
**Commit Delta**: [Change from 0.0.1 release](https://github.com/plus3it/terraform-aws-tardigrade-macie-member/compare/0.0.1...1.0.0)

**Summary**:

* Rewrite of module usinfg terraform Macie2. This main module creates a standard Macie configuration in a single AWS account. These include a Macie classification_job, findings_filter, and custom_data_identifier. Macie configurations that require multiple AWS accounts are not included in this module, and the terraform code for those configurations has been implemented in seperate submodeles. There are submodules for a Macie member and a Macie org admin (see the modules section of this project). The main module performs the following tasks:
* Rewrite of module using terraform Macie2. This main module creates a standard Macie configuration in a single AWS account. These include a Macie classification_job, findings_filter, and custom_data_identifier. Macie configurations that require multiple AWS accounts are not included in this module, and the terraform code for those configurations has been implemented in seperate submodeles. There are submodules for a Macie member and a Macie org admin (see the modules section of this project). The main module performs the following tasks:

- Creates a Macie account for this AWS account
- Creates one or more Macie classification_jobs for this account if the classification_job var is not empty.
Expand Down

0 comments on commit 5173550

Please sign in to comment.