[Openstack] Add security groups not managed by terraform (#6865)

* add custom sec groups

* make sure groups are applied only when created

* fix spacing
This commit is contained in:
Hugo Blom
2020-11-05 14:30:54 +01:00
committed by GitHub
parent 544aa00c17
commit df7ed24389
4 changed files with 53 additions and 21 deletions

View File

@@ -246,3 +246,10 @@ variable "k8s_nodes" {
default = {}
}
variable "extra_sec_groups" {
default = false
}
variable "extra_sec_groups_name" {
default = "custom"
}