Skip to content

Commit

Permalink
Fixes empty account id in CloudWatch Scheduled Event
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenton Lipscomb authored and jfuss committed Oct 28, 2019
1 parent 8d82ec0 commit 2930050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "cdc73f9d-aea9-11e3-9d5a-835b769c0d9c",
"detail-type": "Scheduled Event",
"source": "aws.events",
"account": "{{{account-id}}}",
"account": "{{{account_id}}}",
"time": "1970-01-01T00:00:00Z",
"region": "{{{region}}}",
"resources": [
Expand Down

0 comments on commit 2930050

Please sign in to comment.