mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 17:50:06 -03:30
[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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user