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