diff --git a/infrastructure/terraform/lambda/_template/provider.tf b/infrastructure/terraform/lambda/_template/provider.tf index 244935de..37c412ce 100644 --- a/infrastructure/terraform/lambda/_template/provider.tf +++ b/infrastructure/terraform/lambda/_template/provider.tf @@ -13,8 +13,4 @@ terraform { } required_version = ">= 1.2.0" -} - -provider "aws" { - region = var.region -} +} \ No newline at end of file