aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-15 10:58:29 +0100
committerGitHub <noreply@github.com>2024-08-15 10:58:29 +0100
commit6f56669befb9cf366b83a30b8ddce0030b7b15ee (patch)
tree8a67764e4d1323ba24c5bbe24f9d1aa9cb3366f0 /terraform/vars.tf
parent670b7d6858fcd5fc11ae59aa90528cbcab49456f (diff)
parenta1cbded6b145b6cba75180b218d7445a51c39f4f (diff)
downloadde-project-bentley-6f56669befb9cf366b83a30b8ddce0030b7b15ee.tar.gz
de-project-bentley-6f56669befb9cf366b83a30b8ddce0030b7b15ee.zip
Merge branch 'development' into feature/iam.tf
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 84824ce..d5cdafb 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" {}
git.ajschof.me — hosted by ajschofield — powered by cgit