aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-15 19:47:50 +0100
committerGitHub <noreply@github.com>2024-08-15 19:47:50 +0100
commitcf23d5d0a217ba91b50aebc0261ae6fa064bfcd4 (patch)
tree88050b6810dc096b2096650432b6e32b631b157d /terraform/vars.tf
parent7642266611b370b6e945e132c8e7b26c8d6fe9f3 (diff)
parent486fb62af5568a70e22ded622072883758e9ffdf (diff)
downloadde-project-bentley-cf23d5d0a217ba91b50aebc0261ae6fa064bfcd4.tar.gz
de-project-bentley-cf23d5d0a217ba91b50aebc0261ae6fa064bfcd4.zip
Merge pull request #40 from ajschofield/feature/extract_lambda_testing
pr: tests, lambda code & tf changes
Diffstat (limited to 'terraform/vars.tf')
-rw-r--r--terraform/vars.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/terraform/vars.tf b/terraform/vars.tf
index d5cdafb..3c88731 100644
--- a/terraform/vars.tf
+++ b/terraform/vars.tf
@@ -29,8 +29,8 @@ variable "load_lambda_name" {
}
variable "project_name" {
- type = string
- default = "Terrific-Totes"
+ type = string
+ default = "tt"
}
data "aws_caller_identity" "current" {}
git.ajschof.me — hosted by ajschofield — powered by cgit