You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infrastructure/modules/gateway/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ module "api_gateway_resource" {
76
76
| <aname="input_http_methods"></a> [http\_methods](#input\_http\_methods)| List of allowed HTTP methods for the resource (e.g., ["GET", "POST"]). |`list(string)`| n/a | yes |
77
77
| <aname="input_origin"></a> [origin](#input\_origin)| Allowed origin for CORS requests (e.g., '*', or specific domain). |`string`|`"'*'"`| no |
78
78
| <aname="input_parent_id"></a> [parent\_id](#input\_parent\_id)| ID of the parent API Gateway resource (e.g., root path or another nested resource). |`string`| n/a | yes |
79
+
| <aname="input_request_parameters"></a> [request\_parameters](#input\_request\_parameters)| Request parameters for the API Gateway method. |`map(string)`|`{}`| no |
79
80
| <aname="input_require_credentials"></a> [require\_credentials](#input\_require\_credentials)| Sets the value of 'Access-Control-Allow-Credentials' which controls whether auth cookies are needed. |`bool`| n/a | yes |
0 commit comments