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

@@ -95,7 +95,7 @@ module "nva-regional-template" {
zone = "${each.value}-${local.nva_zones[0]}"
instance_type = "e2-standard-4"
tags = ["nva"]
create_template = true
create_template = {}
can_ip_forward = true
network_interfaces = [
{

View File

@@ -76,7 +76,7 @@ module "nva-simple-template" {
zone = "${each.value.region}-${each.value.zone}"
instance_type = "e2-micro"
tags = ["nva"]
create_template = true
create_template = {}
can_ip_forward = true
network_interfaces = [
{