update dev
This commit is contained in:
parent
7711289a21
commit
6a77736278
@ -24,7 +24,7 @@ module "network"{
|
|||||||
ssh_source_ranges = var.ssh_source_ranges
|
ssh_source_ranges = var.ssh_source_ranges
|
||||||
}
|
}
|
||||||
|
|
||||||
module "computes"{
|
module "compute"{
|
||||||
source = "../../modules/compute"
|
source = "../../modules/compute"
|
||||||
|
|
||||||
tp07-frontend = var.tp07-frontend
|
tp07-frontend = var.tp07-frontend
|
||||||
|
@ -4,9 +4,9 @@ output "vpc_id" {
|
|||||||
|
|
||||||
output "subnets_ids" {
|
output "subnets_ids" {
|
||||||
value = {
|
value = {
|
||||||
frontend = module.subnetwork.subnets_ids.frontend,
|
frontend = module.network.subnets_ids.frontend,
|
||||||
backend = module.subnetwork.subnets_ids.backend,
|
backend = module.network.subnets_ids.backend,
|
||||||
database = module.subnetwork.subnets_ids.database
|
database = module.network.subnets_ids.database
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user