Skip to content

Commit c706249

Browse files
committed
Disable forwarded values for static assets
1 parent 969d715 commit c706249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/scenarios/loom.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ module "cloudfront" {
113113
compress = true
114114
query_string = true
115115

116+
use_forwarded_values = false
116117
# This is id for SecurityHeadersPolicy copied from https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-response-headers-policies.html
117118
response_headers_policy_id = "67f7725c-6f97-4210-82d7-5512b31e9d03"
118119
cache_policy_id = aws_cloudfront_cache_policy.headers_based_policy.id
@@ -158,7 +159,6 @@ module "cloudfront" {
158159
restriction_type = "whitelist"
159160
locations = ["NO", "UA", "US", "GB"]
160161
}
161-
162162
}
163163

164164
#############

0 commit comments

Comments
 (0)