Skip to content

Commit

Permalink
remove app_info
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 12, 2025
1 parent 031d348 commit f024b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
_module_name = "aws-app-ditd-darhts-s3-transfer"
_module_version = "0.9.8"
_module_version = "0.9.9"
}

0 comments on commit f024b6d

Please sign in to comment.