Skip to content

Commit

Permalink
Merge branch 'master' of github.e.it.census.gov:terraform-modules/aws…
Browse files Browse the repository at this point in the history
…-dynamic-route53
  • Loading branch information
badra001 committed Feb 23, 2022
2 parents 65f5309 + d168fe4 commit 8df56a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code/sample-event.stopped.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "0",
"id": "9b21b346-1786-9c5b-bb6a-5e7d12a6ee91",
"detail-type": "EC2 Instance State-change Notification",
"source": "aws.ec2",
"account": "252999262699",
"time": "2022-02-22T15:41:07Z",
"region": "us-gov-west-1",
"resources": [
"arn:aws-us-gov:ec2:us-gov-west-1:252999262699:instance/i-06eaa7e7ec1ca43dd"
],
"detail": {
"instance-id": "i-06eaa7e7ec1ca43dd",
"state": "stopped"
}
}

0 comments on commit 8df56a0

Please sign in to comment.