Skip to content

Commit

Permalink
fix cloudfront_origin_path default value
Browse files Browse the repository at this point in the history
  • Loading branch information
s-oku committed Jul 16, 2019
1 parent 6658904 commit 8ab8c6c
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 @@ -9,7 +9,7 @@ variable "domain_names" {
type = list(string)
}
variable "cloudfront_origin_path" {
default = "/"
default = ""
description = "Origin path of CloudFront"
}
variable "route53_zone_id" {
Expand Down

0 comments on commit 8ab8c6c

Please sign in to comment.