Skip to content

Commit

Permalink
Merge pull request #98 from lorengordon/fix/pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Apr 18, 2023
2 parents edb3879 + a8594f8 commit dfcda41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### [1.1.1](https://github.com/plus3it/terraform-aws-org-new-account-delete-default-vpcs/releases/tag/1.1.1)

**Released**: 2023.04.18

**Summary**:

* Simplifies event rule patterns, relying only on details from cloudtrail event

### 1.1.0

**Commit Delta**: [Change from 1.0.0 release](https://github.com/plus3it/terraform-aws-org-new-account-delete-default-vpcs/compare/1.1.0...1.0.0)
Expand Down
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ locals {
event_types = {
CreateAccountResult = jsonencode(
{
"source" : ["aws.organizations", "awsmock.organizations"],
"detail-type" : ["AWS Service Event via CloudTrail"]
"detail" : {
"eventSource" : ["organizations.amazonaws.com"],
"eventName" : ["CreateAccountResult"]
Expand All @@ -82,8 +80,6 @@ locals {
)
InviteAccountToOrganization = jsonencode(
{
"source" : ["aws.organizations", "awsmock.organizations"],
"detail-type" : ["AWS API Call via CloudTrail"]
"detail" : {
"eventSource" : ["organizations.amazonaws.com"],
"eventName" : ["InviteAccountToOrganization"]
Expand Down

0 comments on commit dfcda41

Please sign in to comment.