Skip to content

Commit

Permalink
innvalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Konzisam committed Dec 8, 2024
1 parent f6db505 commit ffbadf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/cloudfront/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ resource "aws_cloudfront_distribution" "car_predictor_cloudfront" {
target_origin_id = var.bucket_name
compress = true
forwarded_values {
headers = [ ]
query_string = true
cookies {
forward = "all"
}
}
cache_policy_id = "no-cache-policy"
}

restrictions {
Expand Down

0 comments on commit ffbadf2

Please sign in to comment.