From 3750ce2df3930cb497f0de4eb66bc4767c96cf37 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 14 Jul 2025 14:24:48 -0400 Subject: [PATCH] * 2.12.1 -- 2025-07-14 - examples/application-terraform-state - add files for example application terraform state (will turn into submodule later) --- CHANGELOG.md | 4 ++++ common/version.tf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a122c6..ecf9e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -408,3 +408,7 @@ - terraform-state - add application_mode, application_assume_roles - when application_mode is _true_, it creates tfstate and ddb for `name` to be used by application areas, not for infrastructure + +* 2.12.1 -- 2025-07-14 + - examples/application-terraform-state + - add files for example application terraform state (will turn into submodule later) diff --git a/common/version.tf b/common/version.tf index c80a418..884dc04 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.12.0" + _module_version = "2.12.1" }