aboutsummaryrefslogtreecommitdiffstats
path: root/terraform
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-19 21:48:00 +0100
committerAlex Schofield <git@ajschof.me>2024-08-19 21:48:00 +0100
commita9fb82f5c96e0ba98d6d3453ce900f2ca22157ec (patch)
treeffa83fbd86008203e31674a4c049454042dc0750 /terraform
parent367100c2d118847a775f4eba87a8c9033c872cb9 (diff)
downloadde-project-bentley-a9fb82f5c96e0ba98d6d3453ce900f2ca22157ec.tar.gz
de-project-bentley-a9fb82f5c96e0ba98d6d3453ce900f2ca22157ec.zip
infra(tf): remove unused declaration in vars.tf
Diffstat (limited to 'terraform')
-rw-r--r--terraform/vars.tf5
1 files changed, 0 insertions, 5 deletions
diff --git a/terraform/vars.tf b/terraform/vars.tf
index 1adbcf7..b3e3e47 100644
--- a/terraform/vars.tf
+++ b/terraform/vars.tf
@@ -33,11 +33,6 @@ variable "project_name" {
default = "tt"
}
-variable "aws_region" {
- type = string
- default = "eu-west-2"
-}
-
variable "environment" {
type = string
default = "dev"
git.ajschof.me — hosted by ajschofield — powered by cgit