Skip to content

Commit

Permalink
bug fixes, use launch time
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 25, 2022
1 parent 571303b commit 0599bae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@
- code 0.1.11
- lots of bug fixes
- incorporate actual adding of heritage text records

* 0.1.1 -- 2022-02-25
- code 0.1.18
- lots of bug fixes
- update to use launch_time as the timestamp in the TXT ecords to be able to reconstruct it to delete it
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", "terminated"]
"state" = ["running", "shutting-down", "stopped"]
}
}
}
Expand Down
Binary file modified code/ddns-lambda.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "0.1.0"
_module_version = "0.1.1"
}

0 comments on commit 0599bae

Please sign in to comment.