Starting a networking module to get a private ip address for cloudsql.
This commit is contained in:
committed by
Tom Alexander
parent
edb515da09
commit
07b38295c3
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user