This commit is contained in:
gregory hendrickson
2023-03-15 13:30:33 -07:00
parent 3dadbf2d9e
commit 40243884ea

View File

@@ -18,7 +18,7 @@ module "network" {
module "storage" {
source = "./modules/storage"
project_id=var.project_id
project_id = var.project_id
}
module "autoscale" {