Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 25, 2022
1 parent 6643c1d commit 487c89f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
"source" = ["aws.ec2"]
"detail-type" = ["EC2 Instance State-change Notification"]
"detail" = {
"state" = ["running", "shutting-down", "stopped"]
"state" = ["running", "shutting-down", "stopped", "terminated"]
}
}
}
Expand Down
Binary file modified code/ddns-lambda.zip
Binary file not shown.

0 comments on commit 487c89f

Please sign in to comment.