Skip to content

Commit

Permalink
Use all CF edge locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jschr committed Mar 11, 2019
1 parent d0a902f commit 26e69d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure/modules/frontend/cloudfront.tf
Expand Up @@ -15,8 +15,7 @@ resource "aws_cloudfront_distribution" "app" {
enabled = true
is_ipv6_enabled = true

# use PriceClass_200 for edge locations outside of US, Canada and Europe
price_class = "PriceClass_100"
price_class = "PriceClass_All"

default_cache_behavior {
allowed_methods = ["DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT"]
Expand Down

0 comments on commit 26e69d8

Please sign in to comment.