aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/vars.tf')
-rw-r--r--terraform/vars.tf5
1 files changed, 5 insertions, 0 deletions
diff --git a/terraform/vars.tf b/terraform/vars.tf
index fa84222..cc9348a 100644
--- a/terraform/vars.tf
+++ b/terraform/vars.tf
@@ -23,6 +23,11 @@ variable "transform_lambda_name" {
default = "transform-lambda"
}
+variable "load_lambda_name" {
+ type = string
+ default = "load-lambda"
+}
+
data "aws_caller_identity" "current" {}
data "aws_region" "current" {} \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit