diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-19 21:48:00 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-19 21:48:00 +0100 |
| commit | a9fb82f5c96e0ba98d6d3453ce900f2ca22157ec (patch) | |
| tree | ffa83fbd86008203e31674a4c049454042dc0750 /terraform | |
| parent | 367100c2d118847a775f4eba87a8c9033c872cb9 (diff) | |
| download | de-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.tf | 5 |
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" |
