Add support for router less deployments

This commit is contained in:
Maxime Guyot
2018-10-19 12:39:34 +02:00
parent a48131f1e1
commit 38beab8fe8
8 changed files with 24 additions and 7 deletions

View File

@@ -12,4 +12,6 @@ variable "external_net" {}
variable "network_name" {}
variable "router_id" {}
variable "router_id" {
default = ""
}