t
This commit is contained in:
@@ -38,13 +38,6 @@ module "iam" {
|
||||
module "compute" {
|
||||
source = "../../modules/compute"
|
||||
|
||||
# Variables d'entrée
|
||||
instance-type = "e2-micro"
|
||||
zone = "europe-west4-a"
|
||||
|
||||
# Autres variables spécifiques au module
|
||||
frontend_subnet_id = module.network.id_subnetwork["frontend"]
|
||||
backend_subnet_id = module.network.id_subnetwork["backend"]
|
||||
database_subnet_id = module.network.id_subnetwork["databse"]
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user