diff options
| author | Ellie <167526066+ellsymonds@users.noreply.github.com> | 2024-08-13 14:21:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-13 14:21:47 +0100 |
| commit | b68b605a9ab64e40543dcf49f56133cab7bac8d1 (patch) | |
| tree | a3777d7cfa6f1760cad3ebbc136905cfa809ee33 /terraform/vars.tf | |
| parent | 3bfa3d42f0f795c2625662e20191c5b3235608ac (diff) | |
| parent | 8024c1a6c98a696f9664049c96d8fc58c9fd2435 (diff) | |
| download | de-project-bentley-b68b605a9ab64e40543dcf49f56133cab7bac8d1.tar.gz de-project-bentley-b68b605a9ab64e40543dcf49f56133cab7bac8d1.zip | |
Merge pull request #18 from ajschofield/feature/lambdas-tf-setup
Merging lambda features branch to development
Diffstat (limited to 'terraform/vars.tf')
| -rw-r--r-- | terraform/vars.tf | 5 |
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 |
