Skip to content

Commit

Permalink
Adds CreateGovCloudAccount event to terraform module
Browse files Browse the repository at this point in the history
This was previously added to the cfn template...
  • Loading branch information
lorengordon committed Dec 16, 2020
1 parent d79ef76 commit 8b71678
Showing 1 changed file with 2 additions and 1 deletion.
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 8b71678

Please sign in to comment.