Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 12, 2025
1 parent 6192807 commit 83a4bef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions variables.lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ variable "python_runtime" {
type = string
default = "3.12"
}

variable "lambda_environment_variables_override" {
description = "Map of lambda environment variables and values to override from the defaults"
type = map(string)
default = {}
}
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.4"
_module_version = "0.9.5"
}

0 comments on commit 83a4bef

Please sign in to comment.