Skip to content

Commit

Permalink
Fix enabled argument default value (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetOps authored and const-bon committed Nov 15, 2017
1 parent c528f1c commit 48a8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "name" {}

variable "enabled" {
description = "Set to false to prevent the module from creating any resources"
default = true
default = "true"
}

variable "delimiter" {
Expand Down

0 comments on commit 48a8e5f

Please sign in to comment.