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

@ -59,6 +59,7 @@ variable "kube_dns_service_ip" {
variable "kernel_args" {
description = "Additional kernel arguments to provide at PXE boot."
type = "list"
default = [
"root=/dev/sda1",
]