aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/vars.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/vars.tf')
-rw-r--r--terraform/vars.tf20
1 files changed, 20 insertions, 0 deletions
diff --git a/terraform/vars.tf b/terraform/vars.tf
index 3c88731..1adbcf7 100644
--- a/terraform/vars.tf
+++ b/terraform/vars.tf
@@ -33,6 +33,26 @@ variable "project_name" {
default = "tt"
}
+variable "aws_region" {
+ type = string
+ default = "eu-west-2"
+}
+
+variable "environment" {
+ type = string
+ default = "dev"
+}
+
+variable "github_repo" {
+ type = string
+ default = "de-project-bentley"
+}
+
+variable "team_name" {
+ type = string
+ default = "Team-Bentley"
+}
+
data "aws_caller_identity" "current" {}
data "aws_region" "current" {}
git.ajschof.me — hosted by ajschofield — powered by cgit