Use Pre-existing Floating IP for Bastion (#8214)

* use pre-existing floating IP for bastion

* document bastion_fips in readme
This commit is contained in:
Febrian Setianto
2021-11-19 17:58:52 +02:00
committed by GitHub
parent 83e0b786d4
commit f48ae18630
6 changed files with 12 additions and 2 deletions

View File

@@ -162,6 +162,12 @@ variable "k8s_master_fips" {
default = []
}
variable "bastion_fips" {
description = "specific pre-existing floating IPs to use for bastion node"
type = list(string)
default = []
}
variable "floatingip_pool" {
description = "name of the floating ip pool to use"
default = "external"