mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 18:47:55 +03:00
Fix dynamic inventory parsing in contrib/tf/packet (#4645)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f5a83ceded
commit
696d481e3b
@@ -19,8 +19,8 @@ variable "billing_cycle" {
|
||||
default = "hourly"
|
||||
}
|
||||
|
||||
variable "facilities" {
|
||||
default = ["dfw2"]
|
||||
variable "facility" {
|
||||
default = "dfw2"
|
||||
}
|
||||
|
||||
variable "plan_k8s_masters" {
|
||||
|
||||
Reference in New Issue
Block a user