added instance template modifier

This commit is contained in:
gregory hendrickson
2023-03-15 13:23:36 -07:00
parent cf7e3c2271
commit 3cd57983ff
2 changed files with 43 additions and 0 deletions

View File

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