mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 11:40:10 -03:30
[contrib] terraform openstack: allow disabling port security (#8410)
This commit is contained in:
@@ -165,3 +165,7 @@ variable "image_master_uuid" {
|
||||
variable "group_vars_path" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "port_security_enabled" {
|
||||
type = bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user