Support Openstack servergroups (#5412)

* add support for nova servergroups

* Add documentation for openstack nova servergroups

* uppdate to TF 0.12.12 format and fix etcd

* revert for_each change

* fix variables and formatting in main.tf

* try to avoid errors

* update variable

* Update main.tf

* Update main.tf

* update all other instance resources
This commit is contained in:
Hugo Blom
2019-12-09 10:15:10 +01:00
committed by Kubernetes Prow Robot
parent b15d41a96a
commit 40e35b3fa6
5 changed files with 141 additions and 1 deletions

View File

@@ -106,4 +106,8 @@ variable "worker_allowed_ports" {
type = "list"
}
variable "use_access_ip" {}
variable "use_access_ip" {}
variable "use_server_groups" {
type = bool
}