Skip to content

Commit

Permalink
fix: Pass service project number for root module (#496) (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingao267 committed Dec 16, 2020
1 parent d3f09e2 commit 29ff90f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ module "shared_vpc_access" {
service_project_id = module.project-factory.project_id
active_apis = module.project-factory.enabled_apis
shared_vpc_subnets = var.shared_vpc_subnets
service_project_number = module.project-factory.project_number
lookup_project_numbers = false
}

/******************************************
Expand Down

0 comments on commit 29ff90f

Please sign in to comment.