mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 10:40:04 -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:
@@ -246,3 +246,10 @@ variable "k8s_nodes" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "extra_sec_groups" {
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "extra_sec_groups_name" {
|
||||
default = "custom"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user