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
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ See the [functions](https://github.com/terraform-aws-modules/terraform-aws-notif
101
101
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| Specifies the number of days you want to retain log events in log group for Lambda. |`number`|`0`| no |
102
102
| <aname="input_cloudwatch_log_group_tags"></a> [cloudwatch\_log\_group\_tags](#input\_cloudwatch\_log\_group\_tags)| Additional tags for the Cloudwatch log group |`map(string)`|`{}`| no |
103
103
| <aname="input_create"></a> [create](#input\_create)| Whether to create all resources |`bool`|`true`| no |
104
+
| <aname="input_architectures"></a> [architectures](#input\_architectures)| Instruction set architecture for your Lambda function. Valid values are ["x86\_64"] and ["arm64"]. |`list(string)`|`null`| no |
104
105
| <aname="input_create_sns_topic"></a> [create\_sns\_topic](#input\_create\_sns\_topic)| Whether to create new SNS topic |`bool`|`true`| no |
105
106
| <aname="input_enable_sns_topic_delivery_status_logs"></a> [enable\_sns\_topic\_delivery\_status\_logs](#input\_enable\_sns\_topic\_delivery\_status\_logs)| Whether to enable SNS topic delivery status logs |`bool`|`false`| no |
106
107
| <aname="input_hash_extra"></a> [hash\_extra](#input\_hash\_extra)| The string to add into hashing function. Useful when building same source path for different functions. |`string`|`""`| no |
0 commit comments