Skip to content

Commit

Permalink
* 2.0.6 -- 2025-08-08
Browse files Browse the repository at this point in the history
  - fix exceptions to use the instance of the route53 client object
  • Loading branch information
badra001 committed Aug 8, 2025
1 parent d30fb45 commit b061de5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tf-control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

TFCONTROL_VERSION="1.0.5"

TFCOMMAND="terraform_latest"
TFCOMMAND="terraform_current"
# TF_CLI_CONFIG_FILE=PATH-TO-FILE/.tf-control.tfrc
# TFARGS=""
# TFNOLOG=""
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,6 @@

* 2.0.5 -- 2025-01-03
- change inline role policy to aws_iam_role_policy

* 2.0.6 -- 2025-08-08
- fix exceptions to use the instance of the route53 client object
12 changes: 6 additions & 6 deletions code/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "2.0.5"
_module_version = "2.0.6"
}

0 comments on commit b061de5

Please sign in to comment.