aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
authorHastarTara <156914815+HastarTara@users.noreply.github.com>2024-08-13 10:34:40 +0100
committerGitHub <noreply@github.com>2024-08-13 10:34:40 +0100
commitc59d1060b3969a7ac98ba03f2253774fb6e2348a (patch)
treeaae0cef8375a1302f9879743d157743335080572 /terraform/vars.tf
parente122f595a1870ac90df8901f199f34e190e0c1a0 (diff)
parent7aefa25293c7130586cb52340b79868362a7ea1d (diff)
downloadde-project-bentley-c59d1060b3969a7ac98ba03f2253774fb6e2348a.tar.gz
de-project-bentley-c59d1060b3969a7ac98ba03f2253774fb6e2348a.zip
Merge pull request #13 from ajschofield/development
Development
Diffstat (limited to 'terraform/vars.tf')
-rw-r--r--terraform/vars.tf23
1 files changed, 23 insertions, 0 deletions
diff --git a/terraform/vars.tf b/terraform/vars.tf
new file mode 100644
index 0000000..166f2c5
--- /dev/null
+++ b/terraform/vars.tf
@@ -0,0 +1,23 @@
+variable "s3_extract_bucket_name" {
+ type = string
+ default = "extract-bucket"
+}
+
+variable "s3_transform_bucket_name" {
+ type = string
+ default = "transform-bucket"
+}
+
+variable "extract_lambda_name" {
+ type = string
+ default = "extract-lambda"
+}
+
+variable "transform_lambda_name" {
+ type = string
+ default = "transform-lambda"
+}
+
+data "aws_caller_identity" "current" {}
+
+data "aws_region" "current" {} \ No newline at end of file
git.ajschof.me — hosted by ajschofield — powered by cgit