aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
authorlian-manonog <160282780+lian-manonog@users.noreply.github.com>2024-08-15 09:54:23 +0100
committerGitHub <noreply@github.com>2024-08-15 09:54:23 +0100
commita1cbded6b145b6cba75180b218d7445a51c39f4f (patch)
tree5defda49bf82bb3527832277fbcb0eb1e885daea /terraform/vars.tf
parentb34f54057c6efc24e2973bac0bdda1510994783c (diff)
parent431d943f7464bcaf3790b834e70aa3a0fa284e90 (diff)
downloadde-project-bentley-a1cbded6b145b6cba75180b218d7445a51c39f4f.tar.gz
de-project-bentley-a1cbded6b145b6cba75180b218d7445a51c39f4f.zip
Merge pull request #23 from ajschofield/feature/terraform-additional-functionality
Feature/terraform additional functionality
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 cc9348a..350c2c6 100644
--- a/terraform/vars.tf
+++ b/terraform/vars.tf
@@ -28,6 +28,11 @@ variable "load_lambda_name" {
default = "load-lambda"
}
+variable "project_name" {
+ type = string
+ default = "Terrific-Totes"
+}
+
data "aws_caller_identity" "current" {}
data "aws_region" "current" {} \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit