manque le s de subnets

This commit is contained in:
2025-12-04 10:23:10 +01:00
parent 597ad27a69
commit cf56f70999

View File

@@ -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
} }
} }