diff --git a/modules/backend/main.tf b/modules/backend/main.tf index 82455b3..ebfe316 100644 --- a/modules/backend/main.tf +++ b/modules/backend/main.tf @@ -1,8 +1,5 @@ # modules/backend/main.tf -variable "project_id" {} -variable "region" {} - module "network" { source = "../network" }