Fix the terraform fmt of configs

This commit is contained in:
Dalton Hubble
2017-10-16 01:32:25 -07:00
parent 734bc1d32a
commit 43dc44623f
9 changed files with 21 additions and 20 deletions

View File

@ -119,14 +119,13 @@ variable "kernel_args" {
# unofficial, undocumented, unsupported, temporary
variable "controller_networkds" {
type = "list"
type = "list"
description = "Controller Container Linux config networkd section"
default = []
default = []
}
variable "worker_networkds" {
type = "list"
type = "list"
description = "Worker Container Linux config networkd section"
default = []
default = []
}