make it possible to open additional ports on master nodes (#6547)

This commit is contained in:
Hugo Blom
2020-08-27 11:07:13 +02:00
committed by GitHub
parent f59d3fc4a3
commit 2f8fc92182
4 changed files with 22 additions and 0 deletions

View File

@@ -114,6 +114,10 @@ variable "supplementary_node_groups" {
default = ""
}
variable "master_allowed_ports" {
type = list
}
variable "worker_allowed_ports" {
type = list
}