We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62274d7 commit e39a508Copy full SHA for e39a508
3-networks-hub-and-spoke/modules/base_shared_vpc/dns.tf
@@ -35,7 +35,7 @@ data "google_compute_network" "vpc_dns_hub" {
35
count = var.mode == "spoke" ? 1 : 0
36
37
name = data.google_compute_network.vpc_base_net_hub[0].name
38
- project = var.restricted_net_hub_project_id
+ project = var.base_net_hub_project_id
39
}
40
41
module "peering_zone" {
3-networks-hub-and-spoke/modules/base_shared_vpc/main.tf
@@ -70,7 +70,7 @@ module "main" {
70
data "google_compute_network" "vpc_base_net_hub" {
71
72
name = "vpc-c-shared-base-hub"
73
74
75
76
module "peering" {
0 commit comments