Compare commits
2 Commits
50e0601621
...
bfb830f19c
Author | SHA1 | Date | |
---|---|---|---|
bfb830f19c | |||
11d0794b73 |
@@ -32,7 +32,7 @@ module "compute" {
|
||||
#autres variables spécifiques au module
|
||||
instance_type = var.instance_type
|
||||
zone = var.zone
|
||||
frontend_subnet = module.network.frontend_subnet
|
||||
backend_subnet = module.network.backend_subnet
|
||||
database_subnet = module.network.database_subnet
|
||||
frontend_subnet = var.frontend_subnet
|
||||
backend_subnet = var.backend_subnet
|
||||
database_subnet = var.database_subnet
|
||||
}
|
Reference in New Issue
Block a user