Skip to content

Commit

Permalink
Remove custom_error_response from cloudfront module
Browse files Browse the repository at this point in the history
  • Loading branch information
draganavr committed Jul 13, 2020
1 parent f9a9d6b commit 8eaf656
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/modules/cloudfront/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,6 @@ resource "aws_cloudfront_distribution" "this" {
}
}

custom_error_response {
error_code = 502
response_code = 503
response_page_path = "/50x.html"
}

# custom_error_response {
# error_code = 404
# response_code = 200
Expand Down

0 comments on commit 8eaf656

Please sign in to comment.