Skip to content

Commit

Permalink
fix typo in variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadmiral committed Sep 21, 2017
1 parent 46db176 commit d1e798e
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 @@ -7,7 +7,7 @@ variable "enable_http" {
default = false
}

variable "enable_http" {
variable "enable_https" {
description = "boolean to allow access from cloudflare to HTTPS origin"
default = false
}

0 comments on commit d1e798e

Please sign in to comment.