Fix nva stages tests

This commit is contained in:
Julio Castillo 2023-05-26 17:32:34 +02:00
parent fb121b4d08
commit b6ce4222d1
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,10 @@ module "landing-untrusted-vpc" {
inbound = false
logging = false
}
create_googleapis_routes = {
private = false
restricted = false
}
data_folder = "${var.factories_config.data_dir}/subnets/landing-untrusted"
}

View File

@ -54,6 +54,10 @@ module "landing-untrusted-vpc" {
inbound = false
logging = false
}
create_googleapis_routes = {
private = false
restricted = false
}
data_folder = "${var.factories_config.data_dir}/subnets/landing-untrusted"
}