diff --git a/infrastructure/terraform/lambda/_template/variables.tf b/infrastructure/terraform/lambda/_template/variables.tf index a82a0859..41a99950 100644 --- a/infrastructure/terraform/lambda/_template/variables.tf +++ b/infrastructure/terraform/lambda/_template/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