mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 07:26:09 -03:30
add master_allowed_remote_ips (with terraform fmt) (#4022)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
12086744e0
commit
873b5608cf
@@ -66,6 +66,10 @@ variable "bastion_allowed_remote_ips" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "master_allowed_remote_ips" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "k8s_allowed_remote_ips" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user