add master_allowed_remote_ips (with terraform fmt) (#4022)

This commit is contained in:
rptaylor
2019-04-21 01:57:44 -07:00
committed by Kubernetes Prow Robot
parent 12086744e0
commit 873b5608cf
5 changed files with 14 additions and 1 deletions

View File

@@ -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"
}