t
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user