From f024b6daa14ac7cfc6f08a840d3756d104dbe7c0 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 12 Aug 2025 15:21:22 -0400 Subject: [PATCH] remove app_info --- variables.tf | 8 ++++---- version.tf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/variables.tf b/variables.tf index 2ec1c23..19324b2 100644 --- a/variables.tf +++ b/variables.tf @@ -11,10 +11,10 @@ variable "log_retention_in_days" { } } -variable "app_info" { - description = "Structure with organization, name, environment" - type = map(string) -} +# variable "app_info" { +# description = "Structure with organization, name, environment" +# type = map(string) +# } variable "environment_label" { description = "Label to be used as the environment" diff --git a/version.tf b/version.tf index d251dd9..cb594b5 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { _module_name = "aws-app-ditd-darhts-s3-transfer" - _module_version = "0.9.8" + _module_version = "0.9.9" }