diff --git a/main.tf b/main.tf index cb31dfc..f146e68 100644 --- a/main.tf +++ b/main.tf @@ -18,7 +18,7 @@ module "network" { module "storage" { source = "./modules/storage" - project_id=var.project_id + project_id = var.project_id } module "autoscale" {