This commit is contained in:
2024-12-06 15:51:04 +01:00
parent a19d6855b2
commit d376bf9e98
4 changed files with 33 additions and 7 deletions

View File

@@ -41,9 +41,9 @@ module "compute" {
zone = var.zone
instance_type = var.instance_type
frontend_subnet_id = module.network.id_subnetwork["frontend"]
backend_subnet_id = module.network.id_subnetwork["backend"]
database_subnet_id = module.network.id_subnetwork["database"]
sub1 = module.network.subnet["frontend"]
sub2 = module.network.subnet["backend"]
sub3 = module.network.subnet["database"]