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:
committed by
GitHub
parent
8af9b4c845
commit
b9ea8a6c26
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user