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" }