From 40243884ea84d9c901a3b1a58b4d381edeb57eb1 Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 13:30:33 -0700 Subject: [PATCH] . --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {