We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9d2e2 + aa23c9c commit 90743c7Copy full SHA for 90743c7
modules/target/main.tf
@@ -1,5 +1,4 @@
1
data "aws_caller_identity" "current" {}
2
-data "aws_region" "current" {}
3
4
# =============================================================================
5
# Local Values
modules/target/variables.tf
@@ -81,12 +81,6 @@ variable "lambda_function_name" {
81
default = "cur-forwarder"
82
}
83
84
-variable "lambda_artifacts_dir" {
85
- description = "Directory name where Lambda build artifacts are stored (must be unique per module instance to avoid race conditions)"
86
- type = string
87
- default = "builds"
88
-}
89
-
90
variable "log_retention_days" {
91
description = "CloudWatch log retention in days"
92
type = number
0 commit comments