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: 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
@@ -50,7 +50,7 @@ Full contributing [guidelines are covered here](.github/contributing.md).
50
50
| <aname="input_included_accounts"></a> [included\_accounts](#input\_included\_accounts)| List of accounts that be scanned to manual actions. If empty will scan all accounts. |`list(string)`|`[]`| no |
51
51
| <aname="input_included_users"></a> [included\_users](#input\_included\_users)| List of emails that be scanned to manual actions. If empty will scan all emails. |`list(string)`|`[]`| no |
52
52
| <aname="input_lambda_memory_size"></a> [lambda\_memory\_size](#input\_lambda\_memory\_size)| The amount of memory for Lambda to use |`number`|`"128"`| no |
53
-
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| The lambda runtime to use |`string`|`"python3.8"`| no |
53
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| The lambda runtime to use. One of: `["python3.9", "python3.8", "python3.7"]`|`string`|`"python3.8"`| no |
54
54
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| Number of days to keep CloudWatch logs |`number`|`14`| no |
55
55
| <aname="input_message_format"></a> [message\_format](#input\_message\_format)| Where do you want to send this message? slack or msteams |`string`|`"slack"`| no |
56
56
| <aname="input_naming_prefix"></a> [naming\_prefix](#input\_naming\_prefix)| Resources will be prefixed with this |`string`|`"clickops-notifier"`| no |
0 commit comments