mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Terraform wait for floating IP instance has been associated (#4321)
* Add wait for floating ip associate with instance * Terraform formatting fix * Sort Open Telekom Cloud in compatible list
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
14749df6f3
commit
787a9c74fa
@@ -63,6 +63,7 @@ module "compute" {
|
||||
supplementary_master_groups = "${var.supplementary_master_groups}"
|
||||
supplementary_node_groups = "${var.supplementary_node_groups}"
|
||||
worker_allowed_ports = "${var.worker_allowed_ports}"
|
||||
wait_for_floatingip = "${var.wait_for_floatingip}"
|
||||
|
||||
network_id = "${module.network.router_id}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user