Skip to content

Commit

Permalink
Merge pull request #94 from lorengordon/govcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Dec 17, 2020
2 parents f16df9c + a10af4d commit ab9776f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 = 0.0.4
current_version = 0.0.5
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ resource "aws_cloudwatch_event_rule" "this" {
"eventSource": ["organizations.amazonaws.com"],
"eventName": [
"InviteAccountToOrganization",
"CreateAccount"
"CreateAccount",
"CreateGovCloudAccount"
]
}
}
Expand Down

0 comments on commit ab9776f

Please sign in to comment.