From 47d2b8c02d3b9d93830d03ebab9240d76858263a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 29 Oct 2024 12:29:41 -0400 Subject: [PATCH] bump(module): update versions.tf to match released module version --- README.md | 2 +- version.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90fbd6f..d042832 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Developer NOTE: We should automate this configuration. | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.72.1 | +| [aws](#provider\_aws) | 5.73.0 | | [helm](#provider\_helm) | 2.16.1 | ## Modules diff --git a/version.tf b/version.tf index 2b79747..7717186 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { module_name = "tfmod-tempo" - module_version = "0.0.1" + module_version = "0.1.1" }