Add description and defualt value

This commit is contained in:
Salar Moghaddam
2018-09-24 15:54:59 +03:30
parent 4eee84b17d
commit 74f13a2f86

View File

@@ -110,5 +110,7 @@ variable "container_linux_oem" {
}
variable "kernel_args" {
description = "Additional kernel arguments to provide at PXE boot."
type = "list"
default = []
}