Skip to content

Commit

Permalink
Merge pull request #4 from realglobe-Inc/fix-default-origin-path
Browse files Browse the repository at this point in the history
fix cloudfront_origin_path default value
  • Loading branch information
FujiHaruka authored Jul 16, 2019
2 parents 6658904 + 8ab8c6c commit 64844a7
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 64844a7

Please sign in to comment.