Skip to content

Commit f2cef31

Browse files
committed
feat: add more error codes
1 parent 287f712 commit f2cef31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

variables.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ variable "custom_error_responses" {
151151
response_code = 200
152152
response_page_path = "/index.html"
153153
},
154+
{
155+
error_code = 405
156+
response_code = 200
157+
response_page_path = "/index.html"
158+
},
154159
{
155160
error_code = 500
156161
response_code = 200
@@ -161,5 +166,10 @@ variable "custom_error_responses" {
161166
response_code = 200
162167
response_page_path = "/index.html"
163168
}
169+
{
170+
error_code = 504
171+
response_code = 200
172+
response_page_path = "/index.html"
173+
},
164174
]
165175
}

0 commit comments

Comments
 (0)