diff --git a/.tf-control b/.tf-control index 280f449..5d3142e 100644 --- a/.tf-control +++ b/.tf-control @@ -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="" diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bbafd..4386746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/code/.terraform.lock.hcl b/code/.terraform.lock.hcl index d4e3a63..7d92077 100644 --- a/code/.terraform.lock.hcl +++ b/code/.terraform.lock.hcl @@ -2,25 +2,25 @@ # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/archive" { - version = "2.3.0" + version = "2.7.1" constraints = ">= 2.0.0" hashes = [ - "h1:OmE1tPjiST8iQp6fC0N3Xzur+q2RvgvD7Lz0TpKSRBw=", + "h1:62VrkalDPMKB9zerCBS4iKTbvxejwnAWn/XXYZZQWD4=", ] } provider "registry.terraform.io/hashicorp/aws" { - version = "4.64.0" + version = "6.7.0" constraints = ">= 4.55.0" hashes = [ - "h1:4xXf+eZtKPiRyjle7HUPaVzF3h/6S8seNEIIbWlDbuk=", + "h1:MR1e3FM/ZMHBaUOsLJu2XIjkbogmh5q5IV/N73zGX14=", ] } provider "registry.terraform.io/hashicorp/null" { - version = "3.2.1" + version = "3.2.4" constraints = ">= 1.0.0" hashes = [ - "h1:FbGfc+muBsC17Ohy5g806iuI1hQc4SIexpYCrQHQd8w=", + "h1:hkf5w5B6q8e2A42ND2CjAvgvSN3puAosDmOJb3zCVQM=", ] } diff --git a/code/ddns-lambda.zip b/code/ddns-lambda.zip index abe57c2..35f3955 100644 Binary files a/code/ddns-lambda.zip and b/code/ddns-lambda.zip differ diff --git a/version.tf b/version.tf index 43de692..9d17ecd 100644 --- a/version.tf +++ b/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.0.5" + _module_version = "2.0.6" }