Terraform/OpenStack: Enable usage of an existing router (#5890)

This commit is contained in:
qvicksilver
2020-04-06 11:41:46 +02:00
committed by GitHub
parent e732df56a1
commit 0d2990510e
6 changed files with 28 additions and 5 deletions

View File

@@ -220,3 +220,8 @@ variable "use_access_ip" {
variable "use_server_groups" {
default = false
}
variable "router_id" {
description = "uuid of an externally defined router to use"
default = null
}