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
| <aname="input_allowed_triggers"></a> [allowed\_triggers](#input\_allowed\_triggers)| Map of allowed triggers to create Lambda permissions |`map(any)`|`{}`| no |
662
+
| <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 |
662
663
| <aname="input_artifacts_dir"></a> [artifacts\_dir](#input\_artifacts\_dir)| Directory name where artifacts should be stored |`string`|`"builds"`| no |
663
664
| <aname="input_assume_role_policy_statements"></a> [assume\_role\_policy\_statements](#input\_assume\_role\_policy\_statements)| Map of dynamic policy statements for assuming Lambda Function role (trust relationship) |`any`|`{}`| no |
664
665
| <aname="input_attach_async_event_policy"></a> [attach\_async\_event\_policy](#input\_attach\_async\_event\_policy)| Controls whether async event policy should be added to IAM role for Lambda Function |`bool`|`false`| no |
@@ -675,6 +676,7 @@ No modules.
675
676
| <aname="input_cloudwatch_logs_kms_key_id"></a> [cloudwatch\_logs\_kms\_key\_id](#input\_cloudwatch\_logs\_kms\_key\_id)| The ARN of the KMS Key to use when encrypting log data. |`string`|`null`| no |
676
677
| <aname="input_cloudwatch_logs_retention_in_days"></a> [cloudwatch\_logs\_retention\_in\_days](#input\_cloudwatch\_logs\_retention\_in\_days)| Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. |`number`|`null`| no |
677
678
| <aname="input_cloudwatch_logs_tags"></a> [cloudwatch\_logs\_tags](#input\_cloudwatch\_logs\_tags)| A map of tags to assign to the resource. |`map(string)`|`{}`| no |
679
+
| <aname="input_compatible_architectures"></a> [compatible\_architectures](#input\_compatible\_architectures)| A list of Architectures Lambda layer is compatible with. Currently x86\_64 and arm64 can be specified. |`list(string)`|`null`| no |
678
680
| <aname="input_compatible_runtimes"></a> [compatible\_runtimes](#input\_compatible\_runtimes)| A list of Runtimes this layer is compatible with. Up to 5 runtimes can be specified. |`list(string)`|`[]`| no |
679
681
| <aname="input_create"></a> [create](#input\_create)| Controls whether resources should be created |`bool`|`true`| no |
680
682
| <aname="input_create_async_event_config"></a> [create\_async\_event\_config](#input\_create\_async\_event\_config)| Controls whether async event configuration for Lambda Function/Alias should be created |`bool`|`false`| no |
0 commit comments