Added option to create routes for NVA.

This commit is contained in:
2025-03-31 21:36:30 +02:00
parent e7222382f1
commit bd16823f66
3 changed files with 17 additions and 2 deletions
+5
View File
@@ -46,3 +46,8 @@ variable "ssh" {
ssh_user = string
}))
}
variable "remote_subnets" {
type = list(string)
default = []
}