aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
authorAng Bel <anzelikabelotelova@Anzelikas-MacBook-Air.local>2024-08-13 16:25:06 +0100
committerAng Bel <anzelikabelotelova@Anzelikas-MacBook-Air.local>2024-08-13 16:25:06 +0100
commitbb1665fd08d8abf10930875272bdc2b7f8a4c681 (patch)
treebba1e86d83217f5128e683e3895b00dcb4d0841e /terraform/vars.tf
parent2c44382a948c5563c52bfcdfffad2def4c51816f (diff)
downloadde-project-bentley-bb1665fd08d8abf10930875272bdc2b7f8a4c681.tar.gz
de-project-bentley-bb1665fd08d8abf10930875272bdc2b7f8a4c681.zip
rds.tf file with some placehodlers. Additional set up is required
Diffstat (limited to 'terraform/vars.tf')
-rw-r--r--terraform/vars.tf10
1 files changed, 10 insertions, 0 deletions
diff --git a/terraform/vars.tf b/terraform/vars.tf
index fa84222..350c2c6 100644
--- a/terraform/vars.tf
+++ b/terraform/vars.tf
@@ -23,6 +23,16 @@ variable "transform_lambda_name" {
default = "transform-lambda"
}
+variable "load_lambda_name" {
+ type = string
+ 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