forked from pierront/but3-iac
manque le s de subnets
This commit is contained in:
@@ -35,8 +35,8 @@ output "vpc" {
|
|||||||
|
|
||||||
output "subnets" {
|
output "subnets" {
|
||||||
value = {
|
value = {
|
||||||
frontend = module.network.subnet.frontend
|
frontend = module.network.subnets.frontend
|
||||||
backend = module.network.subnet.backend
|
backend = module.network.subnets.backend
|
||||||
database = module.network.subnet.database
|
database = module.network.subnets.database
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user