diff --git a/infrastructure/terraform/lambda/address2UPRN/provider.tf b/infrastructure/terraform/lambda/address2UPRN/provider.tf index 2f4360ec..ad873717 100644 --- a/infrastructure/terraform/lambda/address2UPRN/provider.tf +++ b/infrastructure/terraform/lambda/address2UPRN/provider.tf @@ -15,6 +15,3 @@ terraform { required_version = ">= 1.2.0" } -provider "aws" { - region = var.region -} diff --git a/infrastructure/terraform/lambda/address2UPRN/variables.tf b/infrastructure/terraform/lambda/address2UPRN/variables.tf index a82a0859..41a99950 100644 --- a/infrastructure/terraform/lambda/address2UPRN/variables.tf +++ b/infrastructure/terraform/lambda/address2UPRN/variables.tf @@ -12,8 +12,3 @@ variable "stage" { description = "Deployment stage (e.g. dev, prod)" type = string } - -variable "region" { - description = "Deployment stage (e.g. dev, prod)" - type = string -} \ No newline at end of file