Skip to content

Commit

Permalink
Add description and defualt value
Browse files Browse the repository at this point in the history
  • Loading branch information
salarmgh committed Sep 24, 2018
1 parent 4eee84b commit 74f13a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/terraform/bootkube-install/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ variable "container_linux_oem" {
}

variable "kernel_args" {
description = "Additional kernel arguments to provide at PXE boot."
type = "list"
default = []
}

0 comments on commit 74f13a2

Please sign in to comment.