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/terraform/components/api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ No requirements.
12
12
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
13
13
| <aname="input_ca_pem_filename"></a> [ca\_pem\_filename](#input\_ca\_pem\_filename)| Filename for the CA truststore file within the s3 bucket |`string`|`null`| no |
14
14
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"supapi"`| no |
15
-
| <aname="input_default_get_limit"></a> [default\_get\_limit](#input\_default\_get\_limit)| Default limit to apply to GET requests that support pagination |`number`|`2500`| no |
16
15
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to apply to all taggable resources within the component |`map(string)`|`{}`| no |
17
16
| <aname="input_enable_backups"></a> [enable\_backups](#input\_enable\_backups)| Enable backups |`bool`|`false`| no |
18
17
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
@@ -23,6 +22,7 @@ No requirements.
23
22
| <aname="input_log_level"></a> [log\_level](#input\_log\_level)| The log level to be used in lambda functions within the component. Any log with a lower severity than the configured value will not be logged: https://docs.python.org/3/library/logging.html#levels|`string`|`"INFO"`| no |
24
23
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| The retention period in days for the Cloudwatch Logs events to be retained, default of 0 is indefinite |`number`|`0`| no |
25
24
| <aname="input_manually_configure_mtls_truststore"></a> [manually\_configure\_mtls\_truststore](#input\_manually\_configure\_mtls\_truststore)| Manually manage the truststore used for API Gateway mTLS (e.g. for prod environment) |`bool`|`false`| no |
25
+
| <aname="input_max_get_limit"></a> [max\_get\_limit](#input\_max\_get\_limit)| Default limit to apply to GET requests that support pagination |`number`|`2500`| no |
26
26
| <aname="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment)| Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments |`string`|`"main"`| no |
27
27
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
28
28
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
0 commit comments