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