inshBouddah
This commit is contained in:
parent
a1b09cc4a7
commit
77efc14994
@ -31,7 +31,7 @@ module "compute" {
|
|||||||
source = "../../modules/compute"
|
source = "../../modules/compute"
|
||||||
|
|
||||||
instance_type = "e2-micro"
|
instance_type = "e2-micro"
|
||||||
zone ="europe-west4"
|
zone ="europe-west4-a"
|
||||||
frontend_subnet_id = module.network.id_subnetwork["frontend"]
|
frontend_subnet_id = module.network.id_subnetwork["frontend"]
|
||||||
backend_subnet_id = module.network.id_subnetwork["backend"]
|
backend_subnet_id = module.network.id_subnetwork["backend"]
|
||||||
database_subnet_id = module.network.id_subnetwork["database"]
|
database_subnet_id = module.network.id_subnetwork["database"]
|
||||||
|
Loading…
Reference in New Issue
Block a user