inshBouddah

This commit is contained in:
Jean-Luc NELET 2024-12-06 14:56:15 +01:00
parent a1b09cc4a7
commit 77efc14994

View File

@ -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"]