From 026ff640da72f6b9adbe722249554d26a7201035 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 29 Oct 2024 11:48:34 -0400 Subject: [PATCH] bump(module): update versions.tf to match released module version --- README.md | 8 ++++---- version.tf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 182914d..a429f21 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ Change logs are auto-generated with commitizen. | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.72.0 | -| [aws.route53\_main\_east](#provider\_aws.route53\_main\_east) | 5.72.0 | -| [aws.route53\_main\_west](#provider\_aws.route53\_main\_west) | 5.72.0 | -| [aws.self](#provider\_aws.self) | 5.72.0 | +| [aws](#provider\_aws) | 5.73.0 | +| [aws.route53\_main\_east](#provider\_aws.route53\_main\_east) | 5.73.0 | +| [aws.route53\_main\_west](#provider\_aws.route53\_main\_west) | 5.73.0 | +| [aws.self](#provider\_aws.self) | 5.73.0 | ## Modules diff --git a/version.tf b/version.tf index 83ac3c0..b25f43f 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { module_name = "tfmod-eks-dns" - module_version = "0.0.1" + module_version = "0.1.1" }