[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

@@ -127,3 +127,11 @@ variable "use_access_ip" {}
variable "use_server_groups" {
type = bool
}
variable "extra_sec_groups" {
type = bool
}
variable "extra_sec_groups_name" {
type = string
}