Fix dynamic inventory parsing in contrib/tf/packet (#4645)

This commit is contained in:
Maxime Guyot
2019-04-25 09:40:46 +02:00
committed by Kubernetes Prow Robot
parent f5a83ceded
commit 696d481e3b
5 changed files with 11 additions and 10 deletions

View File

@@ -19,8 +19,8 @@ variable "billing_cycle" {
default = "hourly"
}
variable "facilities" {
default = ["dfw2"]
variable "facility" {
default = "dfw2"
}
variable "plan_k8s_masters" {