This commit is contained in:
gregory hendrickson
2023-03-15 12:10:09 -07:00
parent 2a396b56a4
commit 7e49c86855
2 changed files with 16 additions and 42 deletions

View File

@@ -11,9 +11,13 @@ module "network" {
module "backend" {
source = "./modules/backend"
startup_script = module.network.startup_script
sa_email = "example@project-id.iam.gserviceaccount.com"
image_name = "backend-image"
project_id = var.project_id
region = var.region
}
module "nat_gateway" {
source = "./modules/network/nat_gateway"
network_name = module.network.network_name