feat: it works
This commit is contained in:
@@ -12,4 +12,11 @@ variable "boxes" {
|
||||
type = map(object({
|
||||
private_ip = string
|
||||
}))
|
||||
}
|
||||
|
||||
variable "routing" {
|
||||
type = map(object({
|
||||
from = string
|
||||
to = string
|
||||
}))
|
||||
}
|
||||
Reference in New Issue
Block a user