We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88657d7 commit 5ea2f6fCopy full SHA for 5ea2f6f
main.tf
@@ -105,7 +105,7 @@ resource "aws_cloudfront_distribution" "this" {
105
custom_error_response {
106
error_caching_min_ttl = 3000
107
error_code = 403
108
- response_code = var.override_status_code_404
+ response_code = var.override_status_code_403
109
response_page_path = "/index.html"
110
}
111
0 commit comments