Allow creation of regional templates in compute-vm module (#3114)

* allow creation of regional templates in compute-vm module

* tfdoc

* fix blueprint
This commit is contained in:
Ludovico Magnocavallo
2025-05-27 14:18:40 +02:00
committed by GitHub
parent 8af9b4c845
commit b9ea8a6c26
20 changed files with 577 additions and 259 deletions

View File

@@ -29,7 +29,7 @@ module "_instance-template" {
image = "projects/cos-cloud/global/images/family/cos-stable"
}
}
create_template = true
create_template = {}
}
module "compute-mig" {