[Openstack] Add bastion_allowed_ports to allow custom security group rules on bastion node (#9336)

* make it possible to configure bastion remote ips

* Update README.md
This commit is contained in:
Hugo Blom
2022-09-28 07:03:35 +02:00
committed by GitHub
parent 3646dc0bd2
commit 49196c2ec4
5 changed files with 23 additions and 0 deletions

View File

@@ -257,6 +257,12 @@ variable "worker_allowed_ports" {
]
}
variable "bastion_allowed_ports" {
type = list(any)
default = []
}
variable "use_access_ip" {
default = 1
}