Skip to content

Commit 4a3426b

Browse files
committed
tf: cloudfront-viewer-country was missing
1 parent 224a445 commit 4a3426b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf/cloudfront.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ resource "aws_cloudfront_distribution" "prd" {
8181
viewer_protocol_policy = "redirect-to-https"
8282

8383
forwarded_values {
84-
headers = ["x-csrf-token", "User-Agent", "Origin"]
84+
headers = ["x-csrf-token", "User-Agent", "Origin", "CloudFront-Viewer-Country"]
8585
query_string = true
8686
query_string_cache_keys = []
8787
cookies {

0 commit comments

Comments
 (0)