Added option to create routes for NVA.
This commit is contained in:
@@ -46,3 +46,8 @@ variable "ssh" {
|
||||
ssh_user = string
|
||||
}))
|
||||
}
|
||||
|
||||
variable "remote_subnets" {
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user