Make it possible to disable access_ip (openstack provider) (#5239)

* Add a variable do disable access_ip

* Document the use of use_access_ip
This commit is contained in:
Hugo Blom
2019-10-07 13:09:09 +02:00
committed by Kubernetes Prow Robot
parent 0ba336b04e
commit a8c5a0afdc
7 changed files with 36 additions and 3 deletions

View File

@@ -105,3 +105,5 @@ variable "supplementary_node_groups" {
variable "worker_allowed_ports" {
type = "list"
}
variable "use_access_ip" {}