Starting a networking module to get a private ip address for cloudsql.

This commit is contained in:
Tom Alexander
2021-07-12 00:40:01 -04:00
committed by Tom Alexander
parent edb515da09
commit 07b38295c3
3 changed files with 17 additions and 4 deletions

View File

@@ -43,6 +43,13 @@ data "google_project" "project" {
project_id = var.project
}
#################### Networking ###########################
module "networking" {
source = "../modules/networking"
project = var.project
}
#################### Workload Identity ####################
resource "random_id" "identity_pool" {