[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

@@ -136,6 +136,10 @@ variable "worker_allowed_ports" {
type = list
}
variable "bastion_allowed_ports" {
type = list
}
variable "use_access_ip" {}
variable "master_server_group_policy" {