Skip to content

Commit

Permalink
platform/aws: fix tnc variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Mar 6, 2018
1 parent 9a7eaf5 commit d7141f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bootkube-ut2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ variable "no_proxy" {

variable "iscsi_enabled" {
type = "string"
default = false
default = "false"
}

variable "kubeconfig_fetch_cmd" {
Expand Down

0 comments on commit d7141f1

Please sign in to comment.