Skip to content

Commit 50bebe6

Browse files
Fix response code
1 parent e1c170d commit 50bebe6

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
@@ -150,7 +150,7 @@ module "cloudfront" {
150150
response_code = 404
151151
response_page_path = "/errors/404.html"
152152
}, {
153-
error_code = 403
153+
error_code = 404
154154
response_code = 404
155155
response_page_path = "/errors/403.html"
156156
}]

0 commit comments

Comments
 (0)