Skip to content

Commit 2f5a825

Browse files
Fix typo
1 parent 3006f70 commit 2f5a825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/docs-rs/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource "aws_cloudfront_origin_request_policy" "docs_rs" {
5959
}
6060

6161
query_strings_config {
62-
query_strings_behavior = "all"
62+
query_string_behavior = "all"
6363
}
6464

6565
cookies_config {

0 commit comments

Comments
 (0)